aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--all.json2
-rw-r--r--recipes/clickup/package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index e9f08f8..88f8848 100644
--- a/all.json
+++ b/all.json
@@ -213,7 +213,7 @@
213 "featured": false, 213 "featured": false,
214 "id": "clickup", 214 "id": "clickup",
215 "name": "ClickUp", 215 "name": "ClickUp",
216 "version": "2.0.0", 216 "version": "2.1.0",
217 "icons": { 217 "icons": {
218 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.png", 218 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.png",
219 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.svg" 219 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.svg"
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}