aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/podio/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/podio/package.json')
-rw-r--r--recipes/podio/package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/podio/package.json b/recipes/podio/package.json
index 9ed76dd..4b264c1 100644
--- a/recipes/podio/package.json
+++ b/recipes/podio/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "podio", 2 "id": "podio",
3 "name": "podio", 3 "name": "podio",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Podio", 5 "description": "Podio",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Jan Willem Kaper <kapersoft@gmail.com>", 7 "author": "Jan Willem Kaper <kapersoft@gmail.com>",
@@ -10,15 +10,13 @@
10 "serviceURL": "https://podio.com", 10 "serviceURL": "https://podio.com",
11 "serviceName": "Podio", 11 "serviceName": "Podio",
12 "message": "", 12 "message": "",
13 "popup": [ 13 "popup": [],
14 ],
15 "hasNotificationSound": true, 14 "hasNotificationSound": true,
16 "hasIndirectMessages": false, 15 "hasIndirectMessages": false,
17 "hasTeamID": false, 16 "hasTeamID": false,
18 "customURL": false, 17 "customURL": false,
19 "hostedOnly": false, 18 "hostedOnly": false,
20 "webviewOptions": { 19 "webviewOptions": {},
21 },
22 "openDevTools": false 20 "openDevTools": false
23 } 21 }
24} 22}