aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intercom/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/intercom/package.json')
-rw-r--r--recipes/intercom/package.json22
1 files changed, 9 insertions, 13 deletions
diff --git a/recipes/intercom/package.json b/recipes/intercom/package.json
index 10f2f60..f909dbf 100644
--- a/recipes/intercom/package.json
+++ b/recipes/intercom/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "intercom", 2 "id": "intercom",
3 "name": "Intercom", 3 "name": "Intercom",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Adds support for Intercom", 5 "license": "MIT",
6 "main": "index.js", 6 "config": {
7 "author": "DJ Walker <donwalker1987@gmail.com>", 7 "serviceURL": "https://app.intercom.io/",
8 "license": "MIT", 8 "hasNotificationSound": true
9 "repository": "", 9 }
10 "config": { 10}
11 "serviceURL": "https://app.intercom.io/",
12 "hasNotificationSound": true
13 }
14 } \ No newline at end of file