From 18801ed0c02627e87639dc0848cab44dacc18be2 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 06:51:50 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2) --- recipes/evernote/index.js | 2 +- recipes/evernote/package.json | 2 +- recipes/evernote/webview.js | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/evernote') diff --git a/recipes/evernote/index.js b/recipes/evernote/index.js index 23607bd..dd41f72 100644 --- a/recipes/evernote/index.js +++ b/recipes/evernote/index.js @@ -1 +1 @@ -module.exports = Ferdi => Ferdi; +module.exports = Ferdium => Ferdium; diff --git a/recipes/evernote/package.json b/recipes/evernote/package.json index 6ade667..1b56d41 100644 --- a/recipes/evernote/package.json +++ b/recipes/evernote/package.json @@ -1,7 +1,7 @@ { "id": "evernote", "name": "Evernote", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "config": { "serviceURL": "https://www.evernote.com/Login.action" diff --git a/recipes/evernote/webview.js b/recipes/evernote/webview.js index b877798..8178443 100644 --- a/recipes/evernote/webview.js +++ b/recipes/evernote/webview.js @@ -2,14 +2,14 @@ const _path = _interopRequireDefault(require('path')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } -module.exports = (Ferdi) => { +module.exports = (Ferdium) => { const getMessages = () => { const inbox = document.querySelector('.topbar-notificationsButton.has-newNotifications'); const passiveCount = inbox === null ? 0 : 1; - Ferdi.setBadge(0, passiveCount); + Ferdium.setBadge(0, passiveCount); }; - Ferdi.loop(getMessages); + Ferdium.loop(getMessages); - Ferdi.injectCSS(_path.default.join(__dirname, 'css', 'franz.css')); + Ferdium.injectCSS(_path.default.join(__dirname, 'css', 'franz.css')); }; -- cgit v1.2.3-54-g00ecf