aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/outlook/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/outlook/package.json')
-rw-r--r--recipes/outlook/package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/outlook/package.json b/recipes/outlook/package.json
index f0a630a..f2224a0 100644
--- a/recipes/outlook/package.json
+++ b/recipes/outlook/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "outlook", 2 "id": "outlook",
3 "name": "Outlook Web App", 3 "name": "Outlook Web App",
4 "version": "1.1.1", 4 "version": "1.1.2",
5 "description": "Outlook Web App",
6 "main": "index.js",
7 "author": "Wouter Van Speybroeck <wouter.van.speybroeck@gmail.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://outlook.live.com/mail/", 7 "serviceURL": "https://outlook.live.com/mail/",
11 "hasNotificationSound": true, 8 "hasNotificationSound": true
12 "hasTeamId": false
13 } 9 }
14} 10}