aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whereby
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/whereby')
-rw-r--r--recipes/whereby/package.json2
-rw-r--r--recipes/whereby/webview.js6
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes/whereby/package.json b/recipes/whereby/package.json
index 3eb3668..9330f9b 100644
--- a/recipes/whereby/package.json
+++ b/recipes/whereby/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "whereby", 2 "id": "whereby",
3 "name": "Whereby", 3 "name": "Whereby",
4 "version": "1.1.0", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://whereby.com/{teamId}", 7 "serviceURL": "https://whereby.com/{teamId}",
diff --git a/recipes/whereby/webview.js b/recipes/whereby/webview.js
index 6e64c6f..5dc088c 100644
--- a/recipes/whereby/webview.js
+++ b/recipes/whereby/webview.js
@@ -1,6 +1,8 @@
1var _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 const getMessages = () => { 8 const getMessages = () => {