aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/github/package.json
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-22 07:13:51 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-22 07:13:51 +0000
commit911d1ded846165a4b420efa2b58668ad27c9f2c7 (patch)
tree01d75a16ac89da73b6e28ce730a44ba0a0809f29 /uncompressed/github/package.json
parentSwitch back to original Telegram, add Telegram React (#132) (diff)
downloadferdium-recipes-911d1ded846165a4b420efa2b58668ad27c9f2c7.tar.gz
ferdium-recipes-911d1ded846165a4b420efa2b58668ad27c9f2c7.tar.zst
ferdium-recipes-911d1ded846165a4b420efa2b58668ad27c9f2c7.zip
Use GitHub notifications center and direct notifications (#133)
Diffstat (limited to 'uncompressed/github/package.json')
-rw-r--r--uncompressed/github/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/uncompressed/github/package.json b/uncompressed/github/package.json
index 38ec914..535c1d9 100644
--- a/uncompressed/github/package.json
+++ b/uncompressed/github/package.json
@@ -1,15 +1,15 @@
1{ 1{
2 "id": "github", 2 "id": "github",
3 "name": "GitHub", 3 "name": "GitHub",
4 "version": "1.0.4", 4 "version": "2.0.0",
5 "description": "GitHub", 5 "description": "GitHub",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Sudhir Ganesan", 7 "author": "Amine Mouafik",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://github.com/", 10 "serviceURL": "https://github.com/notifications",
11 "hasNotificationSound": false, 11 "hasNotificationSound": false,
12 "hasDirectMessages": false, 12 "hasDirectMessages": true,
13 "hasIndirectMessages": true 13 "hasIndirectMessages": true
14 } 14 }
15} 15}