aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/todoist/package.json
diff options
context:
space:
mode:
authorLibravatar Max Rydahl Andersen <max.andersen@gmail.com>2023-08-30 14:20:38 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-09-03 01:27:31 +0000
commit41f54f8ffdc7bae7457b6f7b6ec8bdf0b67f3a4b (patch)
treedf3b09cbc8be66e6d770994c39c6c82050323388 /recipes/todoist/package.json
parentFix issue with login with google (diff)
downloadferdium-recipes-41f54f8ffdc7bae7457b6f7b6ec8bdf0b67f3a4b.tar.gz
ferdium-recipes-41f54f8ffdc7bae7457b6f7b6ec8bdf0b67f3a4b.tar.zst
ferdium-recipes-41f54f8ffdc7bae7457b6f7b6ec8bdf0b67f3a4b.zip
fix counters in todoist
Why: * no counters shown for todoist integration; caused by todoist moving to use generated class names. This change addreses the need by: * use absolute element selectors instead of class names not as nice, but works as of now.
Diffstat (limited to 'recipes/todoist/package.json')
-rw-r--r--recipes/todoist/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/todoist/package.json b/recipes/todoist/package.json
index 1a06223..7272b6f 100644
--- a/recipes/todoist/package.json
+++ b/recipes/todoist/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "todoist", 2 "id": "todoist",
3 "name": "Todoist", 3 "name": "Todoist",
4 "version": "1.5.0", 4 "version": "1.5.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/meetfranz/recipe-todoist", 6 "repository": "https://github.com/meetfranz/recipe-todoist",
7 "config": { 7 "config": {