aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/clickup/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/clickup/package.json b/recipes/clickup/package.json
index b44529e..6c1e57f 100644
--- a/recipes/clickup/package.json
+++ b/recipes/clickup/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "clickup", 2 "id": "clickup",
3 "name": "ClickUp", 3 "name": "ClickUp",
4 "version": "2.0.0", 4 "version": "2.1.0",
5 "description": "ClickUp Productivity Software", 5 "description": "ClickUp Productivity Software",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Genesis Guerrero", 7 "author": "Genesis Guerrero",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://app.clickup.com", 10 "serviceURL": "https://app.clickup.com",
11 "hasCustomUrl": true,
11 "hasNotificationSound": true 12 "hasNotificationSound": true
12 } 13 }
13} 14}