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/mastodon/package.json | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'recipes/mastodon/package.json') diff --git a/recipes/mastodon/package.json b/recipes/mastodon/package.json index 41f3d10..edcc561 100644 --- a/recipes/mastodon/package.json +++ b/recipes/mastodon/package.json @@ -1,24 +1,11 @@ { "name": "Mastodon", "id": "mastodon", - "version": "1.1.3", - "description": "Mastodon Recipe for Ferdi", - "main": "index.js", - "author": "The Ferdi Team and Kan Fushihara ", + "version": "1.1.4", "license": "MIT", "config": { - "serviceURL": "", - "serviceName": "Mastodon", - "message": "", - "popup": [], "hasNotificationSound": true, - "hasIndirectMessages": false, - "hasTeamID": true, - "hasCustomUrl": true, - "hostedOnly": true, - "webviewOptions": { - "disablewebsecurity": "" - }, - "openDevTools": false + "hasTeamId": true, + "hasCustomUrl": true } } -- cgit v1.2.3-54-g00ecf