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/feedly/package.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'recipes/feedly') diff --git a/recipes/feedly/package.json b/recipes/feedly/package.json index aa723e8..c40fbc1 100644 --- a/recipes/feedly/package.json +++ b/recipes/feedly/package.json @@ -1,12 +1,9 @@ { - "id": "feedly", - "name": "Feedly", - "version": "1.0.1", - "description": "Feedly", - "main": "index.js", - "author": "Patrick Kastner ", - "license": "MIT", - "config": { - "serviceURL": "https://feedly.com" - } + "id": "feedly", + "name": "Feedly", + "version": "1.0.2", + "license": "MIT", + "config": { + "serviceURL": "https://feedly.com" + } } -- cgit v1.2.3-70-g09d2