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/notion/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'recipes/notion') diff --git a/recipes/notion/package.json b/recipes/notion/package.json index c4243b3..13e37ee 100644 --- a/recipes/notion/package.json +++ b/recipes/notion/package.json @@ -1,10 +1,7 @@ { "id": "notion", "name": "Notion", - "version": "1.0.2", - "description": "Notion", - "main": "index.js", - "author": "Tania R. Zuniga ", + "version": "1.0.3", "license": "MIT", "repository": "https://github.com/TanZng/ferdi-notion", "config": { -- cgit v1.2.3-54-g00ecf