aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Arthur Brugière <16764085+RoiArthurB@users.noreply.github.com>2021-04-25 10:07:49 +0700
committerLibravatar GitHub <noreply@github.com>2021-04-25 03:07:49 +0000
commitddce2036330b3bf00a35484c84bab132e4aa59ab (patch)
tree4d65ed4fb321fd863cbc7f1a5031ad40f9b30ccc /recipes
parentRun npm package script (diff)
downloadferdium-recipes-ddce2036330b3bf00a35484c84bab132e4aa59ab.tar.gz
ferdium-recipes-ddce2036330b3bf00a35484c84bab132e4aa59ab.tar.zst
ferdium-recipes-ddce2036330b3bf00a35484c84bab132e4aa59ab.zip
Update url to official link for Telegram React (#473)
+ updating version number
Diffstat (limited to 'recipes')
-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 }