aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/msteams/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/msteams/package.json')
-rw-r--r--uncompressed/msteams/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/uncompressed/msteams/package.json b/uncompressed/msteams/package.json
index 240d059..26dfd42 100644
--- a/uncompressed/msteams/package.json
+++ b/uncompressed/msteams/package.json
@@ -1,13 +1,15 @@
1{ 1{
2 "id": "msteams", 2 "id": "msteams",
3 "name": "Microsoft Teams", 3 "name": "Microsoft Teams",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "description": "Microsoft Teams", 5 "description": "Microsoft Teams",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://teams.microsoft.com", 10 "serviceURL": "https://teams.microsoft.com",
11 "hasNotificationSound": true 11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true
12 } 14 }
13} 15}