apigeetool
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -94,3 +94,3 @@ /* jshint node: true */ | ||
} else { | ||
throw new Error(util.format('HTTP error %d', req.statusCode)); | ||
cb(new Error(util.format('HTTP error %d', req.statusCode))); | ||
} | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "apigeetool", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A CLI for Apigee Edge", | ||
@@ -17,3 +17,6 @@ "main": "lib/main.js", | ||
], | ||
"author": "Greg Brail <greg@apigee.com>", | ||
"authors": [ | ||
"Greg Brail <greg@apigee.com>", | ||
"Scott Ganyo <sganyo@apigee.com>" | ||
], | ||
"license": "MIT", | ||
@@ -20,0 +23,0 @@ "dependencies": { |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
87306
2