2.0.0
·
50 commits
to master
since this release
2.0.0 (2020-04-10)
Compare check-peer-dependencies versions 1.0.11 and 2.0.0
Features
- peerDevDependencies: Add support for 'peerDevDependencies' -- 'peerDependencies' that should be installed as 'devDependencies' (47d40ef)
This is a feature that I want in order to have downstream projects install a specific set of dev dependencies.
This will allow a meta-package (similar to react-scripts) to suggest a specific set of devDependencies that are installed as top-level devDependencies.
The package.json should declare a new key, peerDevDependencies.
This key is non-standard and is only understood by check-peer-dependencies.
- check-peer-dependencies-optional-dependency: Added a workaround for yarn swallowing postinstall script output (a9c9fdf)