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/googleclassroom/package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'recipes/googleclassroom') diff --git a/recipes/googleclassroom/package.json b/recipes/googleclassroom/package.json index 3e438cc..0309651 100644 --- a/recipes/googleclassroom/package.json +++ b/recipes/googleclassroom/package.json @@ -1,15 +1,10 @@ { "id": "googleclassroom", "name": "Google Classroom", - "version": "1.0.4", - "description": "Google Classroom", - "main": "index.js", - "author": "Tania R. Zuniga ", + "version": "1.0.5", "license": "MIT", "repository": "https://github.com/TanZng/ferdi-googleclassroom", "config": { - "serviceURL": "https://accounts.google.com/ServiceLogin/signinchooser?service=classroom&passive=1209600&continue=https%3A%2F%2Fclassroom.google.com%2F%3Fsafe%3Dactive&followup=https%3A%2F%2Fclassroom.google.com%2F%3Fsafe%3Dactive&emr=1&flowName=GlifWebSignIn&flowEntry=ServiceLogin", - "hasTeamId": false, - "hasNotificationSound": false + "serviceURL": "https://accounts.google.com/ServiceLogin/signinchooser?service=classroom&passive=1209600&continue=https%3A%2F%2Fclassroom.google.com%2F%3Fsafe%3Dactive&followup=https%3A%2F%2Fclassroom.google.com%2F%3Fsafe%3Dactive&emr=1&flowName=GlifWebSignIn&flowEntry=ServiceLogin" } } -- cgit v1.2.3-70-g09d2