aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/epicgames/webview.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-01 15:14:04 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-01 15:14:04 +0530
commit27ffda874e6808a7815ea7844355802afaad9599 (patch)
tree194011a66b86e3c603e964426c487813e62e943a /recipes/epicgames/webview.js
parentUse PascalCasing for generated backend API class name (#759) (diff)
downloadferdium-recipes-27ffda874e6808a7815ea7844355802afaad9599.tar.gz
ferdium-recipes-27ffda874e6808a7815ea7844355802afaad9599.tar.zst
ferdium-recipes-27ffda874e6808a7815ea7844355802afaad9599.zip
chore: remove empty 'service.css' from recipes. Remove 'README.md' from the creation script
Diffstat (limited to 'recipes/epicgames/webview.js')
-rw-r--r--recipes/epicgames/webview.js8
1 files changed, 1 insertions, 7 deletions
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 @@
1const _path = _interopRequireDefault(require('path')); module.exports = () => {};
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = Ferdi => {
6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
7};