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