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/line.me/index.js | 2 +- recipes/line.me/package.json | 2 +- recipes/line.me/webview.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/line.me') diff --git a/recipes/line.me/index.js b/recipes/line.me/index.js index 73ed231..3ffa657 100644 --- a/recipes/line.me/index.js +++ b/recipes/line.me/index.js @@ -1,2 +1,2 @@ -module.exports = (Franz) => class LineMe extends Franz { +module.exports = (Ferdi) => class LineMe extends Ferdi { }; diff --git a/recipes/line.me/package.json b/recipes/line.me/package.json index 050ea10..6db3351 100644 --- a/recipes/line.me/package.json +++ b/recipes/line.me/package.json @@ -1,7 +1,7 @@ { "id": "line-me", "name": "Line.me", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "config": { "serviceURL": "https://line.me/en", diff --git a/recipes/line.me/webview.js b/recipes/line.me/webview.js index 8025966..7e19dff 100644 --- a/recipes/line.me/webview.js +++ b/recipes/line.me/webview.js @@ -1,2 +1,2 @@ -module.exports = (Franz) => { +module.exports = Ferdi => { }; -- cgit v1.2.3-70-g09d2