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.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tinder/package.json b/recipes/tinder/package.json
index c3619ee..c5f5a77 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.2.0", 4 "version": "1.3.0",
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 86bb422..2a81dec 100644
--- a/recipes/tinder/webview.js
+++ b/recipes/tinder/webview.js
@@ -1,9 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { 1function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj }; 2 return obj && obj.__esModule ? obj : { default: obj };
5} 3}
6 4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => { 7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges 8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => { 9 // const getMessages = () => {