aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zulip/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-27 21:40:16 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-27 21:41:06 +0530
commit77b482957237d8a6337e47360bdb8824add56efb (patch)
treea7a9b77ae47e04860c9746753edcf380e9e8abc7 /recipes/zulip/package.json
parentUpgraded node modules to the latest versions. (diff)
downloadferdium-recipes-77b482957237d8a6337e47360bdb8824add56efb.tar.gz
ferdium-recipes-77b482957237d8a6337e47360bdb8824add56efb.tar.zst
ferdium-recipes-77b482957237d8a6337e47360bdb8824add56efb.zip
Re-fetched zulip recipe from https://github.com/adambirds/recipe-zulip
Diffstat (limited to 'recipes/zulip/package.json')
-rw-r--r--recipes/zulip/package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/recipes/zulip/package.json b/recipes/zulip/package.json
index 2d0fe88..3a1f541 100644
--- a/recipes/zulip/package.json
+++ b/recipes/zulip/package.json
@@ -1,15 +1,15 @@
1{ 1{
2 "id": "zulip", 2 "id": "zulip",
3 "name": "Zulip", 3 "name": "Zulip",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Zulip", 5 "description": "Zulip",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Adam Birds <adam.birds@adbwebdesigns.co.uk> and akashnimare", 7 "author": "Adam Birds <adam.birds@adbwebdesigns.co.uk> and akashnimare",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "hasNotificationSound": true, 10 "hasNotificationSound": true,
11 "hasDirectMessages": true, 11 "hasDirectMessages": true,
12 "hasIndirectMessages": true, 12 "hasIndirectMessages": true,
13 "hasCustomUrl": true 13 "hasCustomUrl": true
14 } 14 }
15} \ No newline at end of file 15}