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/toggl/index.js | 3 +-- recipes/toggl/package.json | 2 +- recipes/toggl/webview.js | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes/toggl') diff --git a/recipes/toggl/index.js b/recipes/toggl/index.js index 6fadb1f..23607bd 100644 --- a/recipes/toggl/index.js +++ b/recipes/toggl/index.js @@ -1,2 +1 @@ -module.exports = Franz => Franz; -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRvZ2dsL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQkMsU0FBU0EsS0FBMUIiLCJmaWxlIjoidG9nZ2wvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJtb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 +module.exports = Ferdi => Ferdi; diff --git a/recipes/toggl/package.json b/recipes/toggl/package.json index deb6832..f40b35e 100644 --- a/recipes/toggl/package.json +++ b/recipes/toggl/package.json @@ -1,7 +1,7 @@ { "id": "toggl", "name": "toggl", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "config": { "serviceURL": "https://www.toggl.com/app/timer", diff --git a/recipes/toggl/webview.js b/recipes/toggl/webview.js index 5437fd4..7e19dff 100644 --- a/recipes/toggl/webview.js +++ b/recipes/toggl/webview.js @@ -1,2 +1,2 @@ -module.exports = (Franz, options) => {}; -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRvZ2dsL3dlYnZpZXcuanMiXSwibmFtZXMiOlsibW9kdWxlIiwiZXhwb3J0cyIsIkZyYW56Iiwib3B0aW9ucyJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQixDQUFDQyxLQUFELEVBQVFDLE9BQVIsS0FBb0IsQ0FBRSxDQUF2QyIsImZpbGUiOiJ0b2dnbC93ZWJ2aWV3LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSAoRnJhbnosIG9wdGlvbnMpID0+IHt9XG4iXX0= +module.exports = Ferdi => { +}; -- cgit v1.2.3-70-g09d2