aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bitbucket/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bitbucket/package.json')
-rw-r--r--recipes/bitbucket/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/bitbucket/package.json b/recipes/bitbucket/package.json
index 7ff7086..aeb0197 100644
--- a/recipes/bitbucket/package.json
+++ b/recipes/bitbucket/package.json
@@ -1,9 +1,11 @@
1{ 1{
2 "id": "bitbucket", 2 "id": "bitbucket",
3 "name": "BitBucket", 3 "name": "BitBucket",
4 "version": "1.2.1", 4 "version": "1.3.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://bitbucket.org/dashboard/overview" 7 "serviceURL": "https://bitbucket.org/dashboard/overview",
8 "hasHostedOption": true,
9 "hasCustomUrl": true
8 } 10 }
9} 11}