Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range
112
stars
7
forks
source link
feat!: use latest `installed-check-core` #88
Closed
voxpelli closed 7 months ago
Adds:
Breaking changes:
--engine-ignore
and--engine-no-dev
has been renanamed to--ignore
and--ignore-dev
--strict
is now implemented withininstalled-check-core
instead, which allows for some warnings to stay as warnings when--strict
is setinstalled-check-core
directly or open an issue requesting a machine readable outputFixes #31 Fixes #10 Fixes #41