bitbucket-v2
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -178,2 +178,6 @@ /** | ||
case "oauth2": | ||
headers.Authorization = 'Bearer ' + this.$options.oauth_access_token; | ||
break; | ||
case "token": | ||
@@ -180,0 +184,0 @@ var auth = this.$options['username'] + "/token:" + this.$options['api_token']; |
{ | ||
"name" : "bitbucket-v2", | ||
"version" : "0.0.3", | ||
"version" : "0.0.4", | ||
"description" : "Wrapper for the BitBucket API v2", | ||
@@ -5,0 +5,0 @@ "author": "Jordan Wallet <jjwallet@gmail.com>", |
44150
1207