aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tick
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tick')
-rw-r--r--recipes/tick/package.json2
-rw-r--r--recipes/tick/webview.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tick/package.json b/recipes/tick/package.json
index 2c1356f..11076a8 100644
--- a/recipes/tick/package.json
+++ b/recipes/tick/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "tick", 2 "id": "tick",
3 "name": "tick", 3 "name": "tick",
4 "version": "1.0.0", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "http://app.tickspot.com/" 7 "serviceURL": "http://app.tickspot.com/"
diff --git a/recipes/tick/webview.js b/recipes/tick/webview.js
index 8101672..bc6a4b8 100644
--- a/recipes/tick/webview.js
+++ b/recipes/tick/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: not sure what "notify" would be useful for this app 8 // TODO: not sure what "notify" would be useful for this app
9 9