Comparing version 0.7.0 to 0.7.1
@@ -258,3 +258,4 @@ if (typeof require !== 'undefined') { | ||
} | ||
errors = ' (' + errors.join(', ') + ')'; | ||
errors = errors.join('; '); | ||
if (res.body.message) errors = ' (' + errors + ')'; | ||
} | ||
@@ -261,0 +262,0 @@ var statusError = new Error( |
{ | ||
"name": "hubkit", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "GitHub API library for JavaScript, promise-based, for both NodeJS and the browser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
168468
678