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/epicgames/package.json | 2 +- recipes/epicgames/service.css | 1 - recipes/epicgames/webview.js | 8 +------- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 recipes/epicgames/service.css (limited to 'recipes/epicgames') diff --git a/recipes/epicgames/package.json b/recipes/epicgames/package.json index c6aafa1..6eb0a40 100644 --- a/recipes/epicgames/package.json +++ b/recipes/epicgames/package.json @@ -1,7 +1,7 @@ { "id": "epicgames", "name": "Epic Games Store", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "config": { "serviceURL": "https://www.epicgames.com/id/login?lang=en_US&redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Fstore%2Fen-US%2F&noHostRedirect=true" diff --git a/recipes/epicgames/service.css b/recipes/epicgames/service.css deleted file mode 100644 index 38dcab0..0000000 --- a/recipes/epicgames/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/epicgames/webview.js b/recipes/epicgames/webview.js index 10157e9..cc40a46 100644 --- a/recipes/epicgames/webview.js +++ b/recipes/epicgames/webview.js @@ -1,7 +1 @@ -const _path = _interopRequireDefault(require('path')); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -module.exports = Ferdi => { - Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); -}; +module.exports = () => {}; -- cgit v1.2.3-54-g00ecf