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/kimai-cloud/package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes/kimai-cloud/package.json') diff --git a/recipes/kimai-cloud/package.json b/recipes/kimai-cloud/package.json index 3587bd1..550d0ef 100644 --- a/recipes/kimai-cloud/package.json +++ b/recipes/kimai-cloud/package.json @@ -1,17 +1,11 @@ { "id": "kimaicloud", "name": "Kimai Cloud", - "version": "1.0.1", - "description": "Kimai Time-Tracker - Cloud version", - "main": "index.js", - "author": "Kevin Papst ", + "version": "1.0.2", "license": "MIT", "repository": "https://github.com/kimai-cloud/recipe-kimaicloud", "config": { "serviceURL": "https://{teamId}.kimai.cloud", - "hasNotificationSound": false, - "hasDirectMessages": true, - "hasIndirectMessages": false, "hasTeamId": true, "urlInputSuffix": ".kimai.cloud" } -- cgit v1.2.3-70-g09d2