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/hangoutschat/package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'recipes/hangoutschat') diff --git a/recipes/hangoutschat/package.json b/recipes/hangoutschat/package.json index 0c227d7..76cc971 100644 --- a/recipes/hangoutschat/package.json +++ b/recipes/hangoutschat/package.json @@ -1,15 +1,11 @@ { "id": "hangoutschat", "name": "Hangouts Chat", - "version": "1.4.2", - "description": "Hangouts Chat", - "main": "index.js", - "author": "Stefan Malzner and Iván López (ilopmar)", + "version": "1.4.3", "license": "MIT", "config": { "serviceURL": "https://chat.google.com", "hasNotificationSound": true, - "hasIndirectMessages": true, - "dissablewebsecurity": true + "hasIndirectMessages": true } } -- cgit v1.2.3-54-g00ecf