check-peer-dependencies
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -0,1 +1,6 @@ | ||
## 1.0.11 (2020-03-16) | ||
[Compare `check-peer-dependencies` versions 1.0.10 and 1.0.11](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.10...1.0.11) | ||
**feat**: Exit with exit code 1 if unmet peer dependencies are detected | ||
## 1.0.10 (2020-03-03) | ||
@@ -2,0 +7,0 @@ [Compare `check-peer-dependencies` versions 1.0.9 and 1.0.10](https://github.com/christopherthielen/check-peer-dependencies/compare/1.0.9...1.0.10) |
@@ -120,2 +120,3 @@ #!/usr/bin/env node | ||
} | ||
return; | ||
} | ||
@@ -128,2 +129,3 @@ else if (commandLines.length > 0) { | ||
} | ||
process.exit(1); | ||
} | ||
@@ -130,0 +132,0 @@ exports.checkPeerDependencies = checkPeerDependencies; |
{ | ||
"name": "check-peer-dependencies", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Checks peer dependencies of the current package. Offers solutions for any that are unmet.", | ||
@@ -5,0 +5,0 @@ "main": "dist/check_peer_dependencies.js", |
Sorry, the diff of this file is not supported yet
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
46655
472