aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telegram/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telegram/package.json')
-rw-r--r--recipes/telegram/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/telegram/package.json b/recipes/telegram/package.json
index b172c72..cd20354 100644
--- a/recipes/telegram/package.json
+++ b/recipes/telegram/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "telegram", 2 "id": "telegram",
3 "name": "Telegram", 3 "name": "Telegram",
4 "version": "3.0.3", 4 "version": "3.0.4",
5 "description": "Telegram",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://web.telegram.org", 7 "serviceURL": "https://web.telegram.org",
11 "hasDirectMessages": true,
12 "hasNotificationSound": true 8 "hasNotificationSound": true
13 } 9 }
14} 10}