From 2fd678efd32725a881152af2b2ee5fa64f422dea Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Wed, 11 Aug 2021 14:59:55 +0000 Subject: 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. --- recipes/nomadlist/package.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'recipes/nomadlist/package.json') diff --git a/recipes/nomadlist/package.json b/recipes/nomadlist/package.json index 35b552a..e9189a1 100644 --- a/recipes/nomadlist/package.json +++ b/recipes/nomadlist/package.json @@ -1,24 +1,11 @@ { "id": "nomadlist", "name": "nomadlist", - "version": "1.0.3", - "description": "Join 10,000+ people in the community for digital nomads and remote workers", - "main": "index.js", - "author": "Nomad List ", + "version": "1.0.4", "license": "MIT", "config": { "serviceURL": "https://nomadlist.com/chat", - "serviceName": "Nomad List", - "message": "", - "popup": [], "hasNotificationSound": true, - "hasIndirectMessages": false, - "hasTeamID": true, - "customURL": true, - "hostedOnly": false, - "webviewOptions": { - "disablewebsecurity": "" - }, - "openDevTools": false + "hasTeamId": true } } -- cgit v1.2.3-70-g09d2