aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teamwork-projects/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/teamwork-projects/package.json')
-rw-r--r--recipes/teamwork-projects/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/teamwork-projects/package.json b/recipes/teamwork-projects/package.json
index b133073..a3696da 100644
--- a/recipes/teamwork-projects/package.json
+++ b/recipes/teamwork-projects/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "teamwork-projects", 2 "id": "teamwork-projects",
3 "name": "Teamwork Projects", 3 "name": "Teamwork Projects",
4 "version": "0.1.0", 4 "version": "0.1.1",
5 "description": "Project management SaaS", 5 "description": "Project management SaaS",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Retzudo <https://github.com/Retzudo/>, Ported by Koma <https://github.com/koma-private/>", 7 "author": "Retzudo <https://github.com/Retzudo/>, Ported by Koma <https://github.com/koma-private/>",
@@ -9,9 +9,8 @@
9 "config": { 9 "config": {
10 "serviceURL": "https://{teamId}.teamwork.com/", 10 "serviceURL": "https://{teamId}.teamwork.com/",
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "urlInputSuffix": true, 12 "urlInputSuffix": ".teamwork.com",
13 "hasIndirectMessages": false, 13 "hasIndirectMessages": false,
14 "hasTeamId": true, 14 "hasTeamId": true
15 "urlInputSuffix": ".teamwork.com"
16 } 15 }
17} 16}