From 155c4b832281348c16be1f4ef667e6e23dbf1bd8 Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Fri, 27 Aug 2021 18:13:24 +0530 Subject: chore: normalized all recipes to ensure compatibility with es6 (#639) - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm. --- recipes/googlekeep/index.js | 2 +- recipes/googlekeep/package.json | 2 +- recipes/googlekeep/webview.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/googlekeep') diff --git a/recipes/googlekeep/index.js b/recipes/googlekeep/index.js index 63a0505..e311079 100644 --- a/recipes/googlekeep/index.js +++ b/recipes/googlekeep/index.js @@ -1,2 +1,2 @@ -module.exports = Franz => class GoogleKeep extends Franz { +module.exports = Ferdi => class GoogleKeep extends Ferdi { }; diff --git a/recipes/googlekeep/package.json b/recipes/googlekeep/package.json index dc93908..cec5a1a 100644 --- a/recipes/googlekeep/package.json +++ b/recipes/googlekeep/package.json @@ -1,7 +1,7 @@ { "id": "googlekeep", "name": "Google Keep", - "version": "1.0.6", + "version": "1.1.0", "license": "MIT", "config": { "serviceURL": "https://keep.google.com/" diff --git a/recipes/googlekeep/webview.js b/recipes/googlekeep/webview.js index bdbf506..e69de29 100644 --- a/recipes/googlekeep/webview.js +++ b/recipes/googlekeep/webview.js @@ -1 +0,0 @@ -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJnb29nbGVrZWVwL3dlYnZpZXcuanMiLCJzb3VyY2VzQ29udGVudCI6W119 -- cgit v1.2.3-70-g09d2