aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-12 15:58:12 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-12 15:58:12 +0530
commit93738624ed1dd4473fb4e6cdfb859e6250437104 (patch)
tree567024bee405a95be8957ba7e77a68b094bc09cd /recipes/github/package.json
parentNew recipe: 'udemy' (fixes #464) (#696) (diff)
downloadferdium-recipes-93738624ed1dd4473fb4e6cdfb859e6250437104.tar.gz
ferdium-recipes-93738624ed1dd4473fb4e6cdfb859e6250437104.tar.zst
ferdium-recipes-93738624ed1dd4473fb4e6cdfb859e6250437104.zip
Merged 'github_enterprise' recipe into 'github' with the extra bits.
Diffstat (limited to 'recipes/github/package.json')
-rw-r--r--recipes/github/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/github/package.json b/recipes/github/package.json
index 2ed611e..573f743 100644
--- a/recipes/github/package.json
+++ b/recipes/github/package.json
@@ -1,10 +1,11 @@
1{ 1{
2 "id": "github", 2 "id": "github",
3 "name": "GitHub", 3 "name": "GitHub",
4 "version": "2.1.1", 4 "version": "2.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://github.com/notifications", 7 "serviceURL": "https://github.com/notifications",
8 "hasCustomUrl": true,
8 "hasIndirectMessages": true 9 "hasIndirectMessages": true
9 } 10 }
10} 11}