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/roundcube/package.json | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'recipes/roundcube/package.json') diff --git a/recipes/roundcube/package.json b/recipes/roundcube/package.json index 3d6163a..2c15ae1 100644 --- a/recipes/roundcube/package.json +++ b/recipes/roundcube/package.json @@ -1,15 +1,10 @@ { - "id": "roundcube", - "name": "Roundcube", - "version": "1.0.2", - "description": "Roundcube - Free and Open Source Webmail Software", - "main": "index.js", - "author": "Jonathan Juursema ", - "repository": "https://github.com/jonathanjuursema/franz-roundcube", - "license": "MIT", - "config": { - "hasCustomUrl": true, - "hasNotificationSound": false, - "hasIndirectMessages": false - } + "id": "roundcube", + "name": "Roundcube", + "version": "1.0.3", + "repository": "https://github.com/jonathanjuursema/franz-roundcube", + "license": "MIT", + "config": { + "hasCustomUrl": true + } } -- cgit v1.2.3-70-g09d2