aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/workplace
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-11 14:59:55 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-11 20:29:55 +0530
commit2fd678efd32725a881152af2b2ee5fa64f422dea (patch)
tree3d158e089ac683ad7a979d23bace07d79bbff354 /recipes/workplace
parentFixed eslintrc as root for this folder; Reformatted all files. (diff)
downloadferdium-recipes-2fd678efd32725a881152af2b2ee5fa64f422dea.tar.gz
ferdium-recipes-2fd678efd32725a881152af2b2ee5fa64f422dea.tar.zst
ferdium-recipes-2fd678efd32725a881152af2b2ee5fa64f422dea.zip
Cleanup all recipes (#605)
* Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
Diffstat (limited to 'recipes/workplace')
-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}