aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coinbase/webview.js
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 16:10:51 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 10:40:51 +0000
commit5c13b435d25236eb0345357d2df43dbb6b0c970b (patch)
treee78b313733480d14d9eb5bc380aee09081e97b33 /recipes/coinbase/webview.js
parentMerged 'github_enterprise' recipe into 'github' with the extra bits. (diff)
downloadferdium-recipes-5c13b435d25236eb0345357d2df43dbb6b0c970b.tar.gz
ferdium-recipes-5c13b435d25236eb0345357d2df43dbb6b0c970b.tar.zst
ferdium-recipes-5c13b435d25236eb0345357d2df43dbb6b0c970b.zip
New recipe: 'coinbase' (#697)
Diffstat (limited to 'recipes/coinbase/webview.js')
-rw-r--r--recipes/coinbase/webview.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/coinbase/webview.js b/recipes/coinbase/webview.js
new file mode 100644
index 0000000..0e6e90b
--- /dev/null
+++ b/recipes/coinbase/webview.js
@@ -0,0 +1,7 @@
1const _path = _interopRequireDefault(require('path'));
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};