aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coinbase
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/coinbase')
-rw-r--r--recipes/coinbase/index.js2
-rw-r--r--recipes/coinbase/package.json2
-rw-r--r--recipes/coinbase/webview.js4
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/coinbase/index.js b/recipes/coinbase/index.js
index 23607bd..dd41f72 100644
--- a/recipes/coinbase/index.js
+++ b/recipes/coinbase/index.js
@@ -1 +1 @@
module.exports = Ferdi => Ferdi; module.exports = Ferdium => Ferdium;
diff --git a/recipes/coinbase/package.json b/recipes/coinbase/package.json
index cb161ec..12ef269 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.0.0", 4 "version": "1.1.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 0e6e90b..be6157e 100644
--- a/recipes/coinbase/webview.js
+++ b/recipes/coinbase/webview.js
@@ -2,6 +2,6 @@ const _path = _interopRequireDefault(require('path'));
2 2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = (Ferdi) => { 5module.exports = (Ferdium) => {
6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
7}; 7};