From 27ffda874e6808a7815ea7844355802afaad9599 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 1 Nov 2021 15:14:04 +0530 Subject: chore: remove empty 'service.css' from recipes. Remove 'README.md' from the creation script --- recipes/fleep/package.json | 2 +- recipes/fleep/service.css | 1 - recipes/fleep/webview.js | 6 ------ 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 recipes/fleep/service.css (limited to 'recipes/fleep') diff --git a/recipes/fleep/package.json b/recipes/fleep/package.json index a03d7a4..1781341 100644 --- a/recipes/fleep/package.json +++ b/recipes/fleep/package.json @@ -1,7 +1,7 @@ { "id": "fleep", "name": "Fleep", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://fleep.io/chat" diff --git a/recipes/fleep/service.css b/recipes/fleep/service.css deleted file mode 100644 index 38dcab0..0000000 --- a/recipes/fleep/service.css +++ /dev/null @@ -1 +0,0 @@ -/* Insert custom styles you want to insert here */ \ No newline at end of file diff --git a/recipes/fleep/webview.js b/recipes/fleep/webview.js index 85b5365..eaefbd1 100644 --- a/recipes/fleep/webview.js +++ b/recipes/fleep/webview.js @@ -1,7 +1,3 @@ -const _path = _interopRequireDefault(require('path')); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - module.exports = Ferdi => { const getMessages = () => { // Count number of conversations or teams with unread messages @@ -10,6 +6,4 @@ module.exports = Ferdi => { }; Ferdi.loop(getMessages); - - Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); }; -- cgit v1.2.3-54-g00ecf