aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-29 20:56:08 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-30 11:20:10 +0530
commit8dc76bcf29ae13c10ad3516e554502a6173b23c4 (patch)
tree1d9fa40e6937a97b06b109dab100015ccf35efc6 /recipes
parentAdding new recipe: Superhuman (Fixes #573) (diff)
downloadferdium-recipes-8dc76bcf29ae13c10ad3516e554502a6173b23c4.tar.gz
ferdium-recipes-8dc76bcf29ae13c10ad3516e554502a6173b23c4.tar.zst
ferdium-recipes-8dc76bcf29ae13c10ad3516e554502a6173b23c4.zip
Allow the user to edit the url for 'clickup' - so that they can add the optional workspace.
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}