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/element/package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes/element') diff --git a/recipes/element/package.json b/recipes/element/package.json index 23d2658..2a8ad5a 100644 --- a/recipes/element/package.json +++ b/recipes/element/package.json @@ -1,17 +1,12 @@ { "id": "element", "name": "Element", - "version": "1.0.4", - "description": "Decentralized, encrypted chat & collaboration powered by [matrix]", - "main": "index.js", - "author": "Sylvain Cecchetto , Omove <61330514+omove@users.noreply.github.com>, Achim Leitner <1033549+fjl5@users.noreply.github.com>", + "version": "1.0.5", "license": "MIT", "config": { "serviceURL": "https://app.element.io", - "hasTeamID": false, "hasCustomUrl": true, "message": "Element's default URL is https://app.element.io/", - "urlInputSuffix": false, "hasNotificationSound": true, "hasIndirectMessages": true } -- cgit v1.2.3-54-g00ecf