aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/telegram-react/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/telegram-react/package.json b/recipes/telegram-react/package.json
index 538b37a..1b40ab7 100644
--- a/recipes/telegram-react/package.json
+++ b/recipes/telegram-react/package.json
@@ -1,13 +1,13 @@
1{ 1{
2 "id": "telegram-react", 2 "id": "telegram-react",
3 "name": "Telegram React", 3 "name": "Telegram React",
4 "version": "1.0.1", 4 "version": "1.1.0",
5 "description": "Telegram React", 5 "description": "Telegram React",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Amine Mouafik <amine@mouafik.fr>", 7 "author": "Amine Mouafik <amine@mouafik.fr>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://evgeny-nadymov.github.io/telegram-react/", 10 "serviceURL": "https://webk.telegram.org",
11 "hasDirectMessages": true, 11 "hasDirectMessages": true,
12 "hasNotificationSound": true 12 "hasNotificationSound": true
13 } 13 }