Comparing version 0.1.1 to 0.1.2
@@ -52,3 +52,3 @@ (function() { | ||
var headers; | ||
headers = response.headers; | ||
headers = response != null ? response.headers : void 0; | ||
if (headers['x-ratelimit-limit']) { | ||
@@ -55,0 +55,0 @@ this.rateLimit = headers['x-ratelimit-limit']; |
{ | ||
"name": "bintray", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "CLI and programmatic API client for Bintray", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
86025