machinepack-npm
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -104,3 +104,3 @@ module.exports = { | ||
catch (_e) { | ||
return exits.error(err); | ||
return exits.error(err||_e); | ||
} | ||
@@ -107,0 +107,0 @@ }, |
{ | ||
"name": "machinepack-npm", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Work with the public NPM repository.", | ||
@@ -46,3 +46,4 @@ "scripts": { | ||
"arrayify-dependencies", | ||
"unarrayify-dependencies" | ||
"unarrayify-dependencies", | ||
"install-dependencies" | ||
], | ||
@@ -49,0 +50,0 @@ "testsUrl": "https://travis-ci.org/mikermcneil/machinepack-npm" |
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
38089
28
1091