Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "ebay-api", | ||
"description": "eBay API Client", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"homepage": "https://github.com/newleafdigital/nodejs-ebay-api", | ||
@@ -6,0 +6,0 @@ "author": "Ben Buckman <ben@newleafdigital.com> (http://newleafdigital.com)", |
@@ -30,5 +30,5 @@ #! /usr/bin/env node | ||
}, | ||
//function(data, next) { | ||
// parseResponseJson(data, {}, next); | ||
//} | ||
function(data, next) { | ||
parseResponseJson(data, {}, next); | ||
} | ||
], | ||
@@ -35,0 +35,0 @@ function(error, parsedJson) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83141