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/easy-redmine/package.json | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'recipes/easy-redmine') diff --git a/recipes/easy-redmine/package.json b/recipes/easy-redmine/package.json index 1936488..6bf914e 100644 --- a/recipes/easy-redmine/package.json +++ b/recipes/easy-redmine/package.json @@ -1,30 +1,10 @@ { "id": "easy-redmine", "name": "easy-redmine", - "version": "1.0.1", - "description": "easy redmine", - "main": "index.js", - "author": "Carlos Clavero ", + "version": "1.0.2", "license": "MIT", "config": { "serviceURL": "https://{teamID}.easyredmine.com", - "serviceName": "EasyRedmine", - "popup": [ - "^https://([a-zA-Z0-9\\-]*).easyredmine.com" - ], - "wording": { - "url": "easyredmine.com", - "team": "easyredmine" - }, - "message": "", - "hasNotificationSound": false, - "hasIndirectMessages": false, - "hasTeamID": true, - "customURL": false, - "hostedOnly": false, - "webviewOptions": { - "disablewebsecurity": "" - }, - "openDevTools": false + "hasTeamId": true } } -- cgit v1.2.3-70-g09d2