aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/github/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/github/package.json')
-rw-r--r--uncompressed/github/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/uncompressed/github/package.json b/uncompressed/github/package.json
index b9e329c..ca82897 100644
--- a/uncompressed/github/package.json
+++ b/uncompressed/github/package.json
@@ -1,12 +1,15 @@
1{ 1{
2 "id": "github", 2 "id": "github",
3 "name": "GitHub", 3 "name": "GitHub",
4 "version": "1.0.1", 4 "version": "1.0.3",
5 "description": "GitHub", 5 "description": "GitHub",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Sudhir Ganesan", 7 "author": "Sudhir Ganesan",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://github.com/" 10 "serviceURL": "https://github.com/",
11 "hasNotificationSound": false,
12 "hasDirectMessages": false,
13 "hasIndirectMessages": true
11 } 14 }
12} 15}