surbtc-rest-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -136,2 +136,3 @@ 'use strict' | ||
responseHandler.errorSet(response, res) | ||
return callback(response.json, null) | ||
} | ||
@@ -171,2 +172,3 @@ | ||
responseHandler.errorSet(response, res) | ||
return callback(response.json, null) | ||
} | ||
@@ -173,0 +175,0 @@ |
{ | ||
"name": "surbtc-rest-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A Node.js client library for interacting with surbtc REST API.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
51246
1526