aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coinbase
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/coinbase')
-rw-r--r--recipes/coinbase/package.json2
-rw-r--r--recipes/coinbase/webview.js8
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes/coinbase/package.json b/recipes/coinbase/package.json
index 12ef269..e188dee 100644
--- a/recipes/coinbase/package.json
+++ b/recipes/coinbase/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "coinbase", 2 "id": "coinbase",
3 "name": "Coinbase", 3 "name": "Coinbase",
4 "version": "1.1.0", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/gaspergrom/Franz-services", 6 "repository": "https://github.com/gaspergrom/Franz-services",
7 "config": { 7 "config": {
diff --git a/recipes/coinbase/webview.js b/recipes/coinbase/webview.js
index be6157e..1119219 100644
--- a/recipes/coinbase/webview.js
+++ b/recipes/coinbase/webview.js
@@ -1,7 +1,9 @@
1const _path = _interopRequireDefault(require('path')); 1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
2 4
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 5const _path = _interopRequireDefault(require('path'));
4 6
5module.exports = (Ferdium) => { 7module.exports = Ferdium => {
6 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); 8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
7}; 9};