aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webex-teams/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webex-teams/package.json')
-rw-r--r--recipes/webex-teams/package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/webex-teams/package.json b/recipes/webex-teams/package.json
index e28ae13..a7a67a6 100644
--- a/recipes/webex-teams/package.json
+++ b/recipes/webex-teams/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "webex-teams", 2 "id": "webex-teams",
3 "name": "Webex Teams", 3 "name": "Webex Teams",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Cisco Webex Teams",
6 "main": "index.js",
7 "author": "Rok Bertoncelj <rok.bertoncelj@gmail.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://web.webex.com", 7 "serviceURL": "https://web.webex.com",
11 "hasNotificationSound": true, 8 "hasNotificationSound": true
12 "hasDirectMessages": true
13 } 9 }
14} 10}