aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/jira/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/jira/package.json')
-rw-r--r--uncompressed/jira/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/uncompressed/jira/package.json b/uncompressed/jira/package.json
index 6a1aee2..77adaa7 100644
--- a/uncompressed/jira/package.json
+++ b/uncompressed/jira/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jira", 2 "id": "jira",
3 "name": "Jira", 3 "name": "Jira",
4 "version": "1.1.0", 4 "version": "1.2.0",
5 "description": "Jira", 5 "description": "Jira",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>", 7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>",
@@ -10,6 +10,7 @@
10 "serviceURL": "https://{teamId}.atlassian.net", 10 "serviceURL": "https://{teamId}.atlassian.net",
11 "urlInputSuffix": ".atlassian.net", 11 "urlInputSuffix": ".atlassian.net",
12 "hasTeamId": true, 12 "hasTeamId": true,
13 "hasCustomUrl": true,
13 "hasNotificationSound": true 14 "hasNotificationSound": true
14 } 15 }
15} 16}