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/google-voice/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes/google-voice/package.json') diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json index 9621e39..e93e067 100644 --- a/recipes/google-voice/package.json +++ b/recipes/google-voice/package.json @@ -1,15 +1,11 @@ { "id": "google-voice", "name": "google-voice", - "version": "0.3.4", - "description": "Google Voice", - "main": "index.js", - "author": "Behind The Math ", + "version": "0.3.5", "license": "MIT", "repository": "https://github.com/BehindTheMath/franz-recipe-google-voice", "config": { "serviceURL": "https://www.google.com/voice", - "hasTeamID": false, "message": "Google Voice gives you one number for all your phones, voicemail as easy as email, free US long distance, low rates on international calls, and many calling features like transcripts, call blocking, call screening, conference calling, SMS, and more." } } -- cgit v1.2.3-70-g09d2