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/idobata/package.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'recipes/idobata') diff --git a/recipes/idobata/package.json b/recipes/idobata/package.json index ae9a12f..3048ecc 100644 --- a/recipes/idobata/package.json +++ b/recipes/idobata/package.json @@ -1,24 +1,10 @@ { "id": "idobata", "name": "Idobata", - "version": "0.1.1", - "description": "Idobata plugin for meetfranz.", - "main": "index.js", - "author": "", + "version": "0.1.2", "license": "MIT", "config": { "serviceURL": "https://idobata.io", - "serviceName": "Idobata", - "message": "Idobata plugin for meetfranz.", - "popup": [], - "hasNotificationSound": false, - "hasIndirectMessages": false, - "hasTeamID": false, - "customURL": false, - "hostedOnly": false, - "webviewOptions": { - "disablewebsecurity": "" - }, - "openDevTools": false + "message": "Idobata plugin for meetfranz." } } -- cgit v1.2.3-70-g09d2