aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zulip/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zulip/package.json')
-rw-r--r--recipes/zulip/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/zulip/package.json b/recipes/zulip/package.json
index 7d80cf1..e5ee86e 100644
--- a/recipes/zulip/package.json
+++ b/recipes/zulip/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "zulip", 2 "id": "zulip",
3 "name": "Zulip", 3 "name": "Zulip",
4 "version": "1.0.4", 4 "version": "1.0.5",
5 "description": "Zulip",
6 "main": "index.js",
7 "author": "Adam Birds <adam.birds@adbwebdesigns.co.uk> and akashnimare",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "hasNotificationSound": true, 7 "hasNotificationSound": true,
11 "hasDirectMessages": true,
12 "hasIndirectMessages": true, 8 "hasIndirectMessages": true,
13 "hasCustomUrl": true 9 "hasCustomUrl": true
14 } 10 }