aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlecalendar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googlecalendar/package.json')
-rw-r--r--recipes/googlecalendar/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index 95d4e1c..29d4724 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,15 +1,15 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Google Calendar", 5 "description": "Google Calendar",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://calendar.google.com/calendar", 10 "serviceURL": "https://calendar.google.com/calendar",
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "hasDirectMessages": true, 12 "hasDirectMessages": true,
13 "openDevTools": true 13 "openDevTools": true
14 }
15 } 14 }
15}