aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-07-19 20:50:44 +0200
committerLibravatar GitHub <noreply@github.com>2020-07-19 20:50:44 +0200
commitbf4d2f00130519507f2e73d99e4ed2130b9a0101 (patch)
tree749a6b1da4dee14cceb1b25811376a3a9c6ee504 /uncompressed
parentMerge pull request #222 from kittywhiskers/master (diff)
parentfeat(jira): enable custom URL (diff)
downloadferdium-recipes-bf4d2f00130519507f2e73d99e4ed2130b9a0101.tar.gz
ferdium-recipes-bf4d2f00130519507f2e73d99e4ed2130b9a0101.tar.zst
ferdium-recipes-bf4d2f00130519507f2e73d99e4ed2130b9a0101.zip
Merge pull request #217 from yann-soubeyrand/patch-1
feat(jira): enable custom URL
Diffstat (limited to 'uncompressed')
-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}