aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stride
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/stride
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/stride')
-rw-r--r--recipes/stride/package.json23
1 files changed, 9 insertions, 14 deletions
diff --git a/recipes/stride/package.json b/recipes/stride/package.json
index d38121d..7cd4c06 100644
--- a/recipes/stride/package.json
+++ b/recipes/stride/package.json
@@ -1,16 +1,11 @@
1{ 1{
2 "id": "stride", 2 "id": "stride",
3 "name": "Stride", 3 "name": "Stride",
4 "version": "1.1.1", 4 "version": "1.1.2",
5 "description": "Atlassian Stride", 5 "license": "MIT",
6 "main": "index.js", 6 "config": {
7 "author": "Tobias Theobald <tobitheo@gmail.com>", 7 "serviceURL": "https://app.stride.com",
8 "license": "MIT", 8 "hasNotificationSound": true,
9 "config": { 9 "hasIndirectMessages": true
10 "serviceURL": "https://app.stride.com", 10 }
11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true,
14 "hasTeamId": false
15 }
16} 11}