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/standardnotes/index.js | 3 +-- recipes/standardnotes/package.json | 2 +- recipes/standardnotes/webview.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes/standardnotes') diff --git a/recipes/standardnotes/index.js b/recipes/standardnotes/index.js index 134752b..23607bd 100755 --- a/recipes/standardnotes/index.js +++ b/recipes/standardnotes/index.js @@ -1,2 +1 @@ -module.exports = Franz => Franz; -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImdvb2dsZWtlZXAvaW5kZXguanMiXSwibmFtZXMiOlsibW9kdWxlIiwiZXhwb3J0cyIsIkZyYW56Il0sIm1hcHBpbmdzIjoiOztBQUFBQSxPQUFPQyxPQUFQLEdBQWlCQyxTQUFTQSxLQUExQiIsImZpbGUiOiJnb29nbGVrZWVwL2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBGcmFueiA9PiBGcmFuejsiXX0= +module.exports = Ferdi => Ferdi; diff --git a/recipes/standardnotes/package.json b/recipes/standardnotes/package.json index bdc8103..b3d913b 100755 --- a/recipes/standardnotes/package.json +++ b/recipes/standardnotes/package.json @@ -1,7 +1,7 @@ { "id": "standardnotes", "name": "StandardNotes", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "repository": "https://github.com/vantezzen/franz-recipe-standardnotes", "config": { diff --git a/recipes/standardnotes/webview.js b/recipes/standardnotes/webview.js index bdbf506..e69de29 100755 --- a/recipes/standardnotes/webview.js +++ b/recipes/standardnotes/webview.js @@ -1 +0,0 @@ -// # sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJnb29nbGVrZWVwL3dlYnZpZXcuanMiLCJzb3VyY2VzQ29udGVudCI6W119 -- cgit v1.2.3-70-g09d2