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/keybase.io/index.js | 2 +- recipes/keybase.io/package.json | 2 +- recipes/keybase.io/webview.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/keybase.io') diff --git a/recipes/keybase.io/index.js b/recipes/keybase.io/index.js index 73ed231..3ffa657 100644 --- a/recipes/keybase.io/index.js +++ b/recipes/keybase.io/index.js @@ -1,2 +1,2 @@ -module.exports = (Franz) => class LineMe extends Franz { +module.exports = (Ferdi) => class LineMe extends Ferdi { }; diff --git a/recipes/keybase.io/package.json b/recipes/keybase.io/package.json index 4772a6f..2818c04 100644 --- a/recipes/keybase.io/package.json +++ b/recipes/keybase.io/package.json @@ -1,7 +1,7 @@ { "id": "keybase.io", "name": "Keybase", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "config": { "serviceURL": "https://keybase.io/login", diff --git a/recipes/keybase.io/webview.js b/recipes/keybase.io/webview.js index 8025966..7e19dff 100644 --- a/recipes/keybase.io/webview.js +++ b/recipes/keybase.io/webview.js @@ -1,2 +1,2 @@ -module.exports = (Franz) => { +module.exports = Ferdi => { }; -- cgit v1.2.3-54-g00ecf