aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-contacts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/google-contacts')
-rw-r--r--recipes/google-contacts/package.json2
-rw-r--r--recipes/google-contacts/webview.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/google-contacts/package.json b/recipes/google-contacts/package.json
index 5bcae2d..1a336e6 100644
--- a/recipes/google-contacts/package.json
+++ b/recipes/google-contacts/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "google-contacts", 2 "id": "google-contacts",
3 "name": "Google Contacts", 3 "name": "Google Contacts",
4 "version": "1.3.1", 4 "version": "1.4.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://contacts.google.com/u/0/" 7 "serviceURL": "https://contacts.google.com/u/0/"
diff --git a/recipes/google-contacts/webview.js b/recipes/google-contacts/webview.js
index 86bb422..2a81dec 100644
--- a/recipes/google-contacts/webview.js
+++ b/recipes/google-contacts/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 = () => {