aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinder
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tinder')
-rw-r--r--recipes/tinder/package.json2
-rw-r--r--recipes/tinder/webview.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/tinder/package.json b/recipes/tinder/package.json
index 88791f0..6404122 100644
--- a/recipes/tinder/package.json
+++ b/recipes/tinder/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "tinder", 2 "id": "tinder",
3 "name": "Tinder", 3 "name": "Tinder",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://tinder.com" 7 "serviceURL": "https://tinder.com"
diff --git a/recipes/tinder/webview.js b/recipes/tinder/webview.js
index 46ab212..0a6434d 100644
--- a/recipes/tinder/webview.js
+++ b/recipes/tinder/webview.js
@@ -3,6 +3,5 @@ var _path = _interopRequireDefault(require('path'));
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 = Ferdi => {
6
7 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
8}; 7};