aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/instagram/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/instagram/package.json')
-rw-r--r--uncompressed/instagram/package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/uncompressed/instagram/package.json b/uncompressed/instagram/package.json
index 639afdb..d245ec7 100644
--- a/uncompressed/instagram/package.json
+++ b/uncompressed/instagram/package.json
@@ -1,15 +1,13 @@
1{ 1{
2 "id": "instagram", 2 "id": "instagram",
3 "name": "Instagram", 3 "name": "Instagram",
4 "version": "1.0.0", 4 "version": "2.0.0",
5 "description": "Instagram", 5 "description": "Instagram",
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 "repository": "https://github.com/getferdi/recipes",
10 "config": { 9 "config": {
11 "hasNotificationSound": false, 10 "serviceURL": "https://instagram.com/direct/inbox",
12 "hasIndirectMessages": true, 11 "hasNotificationSound": true
13 "serviceURL": "https://www.instagram.com/direct/inbox/"
14 } 12 }
15} 13}