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/pocket/index.js | 3 +-- recipes/pocket/package.json | 2 +- recipes/pocket/webview.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes/pocket') diff --git a/recipes/pocket/index.js b/recipes/pocket/index.js index c080e24..23607bd 100644 --- a/recipes/pocket/index.js +++ b/recipes/pocket/index.js @@ -1,2 +1 @@ -module.exports = Franz => Franz; -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBvY2tldC9pbmRleC5qcyJdLCJuYW1lcyI6WyJtb2R1bGUiLCJleHBvcnRzIiwiRnJhbnoiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQU9DLE9BQVAsR0FBaUJDLFNBQVNBLEtBQTFCIiwiZmlsZSI6InBvY2tldC9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gRnJhbnogPT4gRnJhbno7XG4iXX0= +module.exports = Ferdi => Ferdi; diff --git a/recipes/pocket/package.json b/recipes/pocket/package.json index 1f9a746..cb35334 100644 --- a/recipes/pocket/package.json +++ b/recipes/pocket/package.json @@ -1,7 +1,7 @@ { "id": "pocket", "name": "Pocket", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "config": { "serviceURL": "https://getpocket.com/a/queue/list/" diff --git a/recipes/pocket/webview.js b/recipes/pocket/webview.js index 7031b55..e69de29 100644 --- a/recipes/pocket/webview.js +++ b/recipes/pocket/webview.js @@ -1 +0,0 @@ -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJwb2NrZXQvd2Vidmlldy5qcyIsInNvdXJjZXNDb250ZW50IjpbXX0= -- cgit v1.2.3-54-g00ecf