aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workplace/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/workplace/package.json')
-rw-r--r--recipes/workplace/package.json24
1 files changed, 10 insertions, 14 deletions
diff --git a/recipes/workplace/package.json b/recipes/workplace/package.json
index 0ed377d..3b6a089 100644
--- a/recipes/workplace/package.json
+++ b/recipes/workplace/package.json
@@ -1,16 +1,12 @@
1{ 1{
2 "id": "workplace", 2 "id": "workplace",
3 "name": "Workplace", 3 "name": "Workplace",
4 "version": "1.1.2", 4 "version": "1.1.3",
5 "description": "Workplace by facebook", 5 "license": "MIT",
6 "main": "index.js", 6 "config": {
7 "author": "Rico Herwig <rherwig4711@gmail.com>, Stefan Malzner <stefan@adlk.io>", 7 "serviceURL": "https://{teamId}.workplace.com/chat",
8 "license": "MIT", 8 "hasNotificationSound": true,
9 "config": { 9 "hasTeamId": true,
10 "serviceURL": "https://{teamId}.workplace.com/chat", 10 "urlInputSuffix": ".workplace.com"
11 "hasNotificationSound": true, 11 }
12 "hasDirectMessages": true,
13 "hasTeamId": true,
14 "urlInputSuffix": ".workplace.com"
15 }
16} 12}