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/office365-owa/package.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'recipes/office365-owa/package.json') diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json index 099be52..3de926b 100644 --- a/recipes/office365-owa/package.json +++ b/recipes/office365-owa/package.json @@ -1,18 +1,11 @@ { "id": "office365-owa", "name": "Office 365 Outlook Web App", - "version": "1.2.1", - "description": "Office 365 Outlook Web App", - "main": "index.js", - "author": "Adam Birds ", - "contributors": [ - "nonAlgebraic " - ], + "version": "1.2.2", "license": "MIT", "config": { "serviceURL": "https://outlook.office365.com/mail/", "hasNotificationSound": true, - "hasTeamId": false, "hasHostedOption": true, "hasCustomUrl": true } -- cgit v1.2.3-70-g09d2