Releases: nathanhleung/install-peerdeps
Releases · nathanhleung/install-peerdeps
v1.6.0
- Merges #23 by @bytheway875 - add option to pass Auth header to install private packages
v1.5.0
v1.4.1
- Merges #18 by @brucewpaul - update the argument parsing regular expression to account for periods in the package name
v1.4.0
- Adds
--registry
option to specify custom/private package registry - Fixes #12 - fix version regular expression to allow dashes in the version name (i.e. packages like
bootstrap@4.0.0-beta
are now installable) - Fixes #3 - proxy environments are now supported (Node.js native
http.request([options])
does not seem to support proxy environments; migrated to request/request) - Migrates from
babel-preset-latest
tobabel-preset-env
targeting Node.js >4.0.0 - Replaces Airbnb formatting rules with
prettier
andeslint --fix
workflow
v1.3.0
- Merges #15 by @brucewpaul - add the explicit
--no-save
option when using NPM (NPM v5 defaults to--save
) - Updates README with build badges, add CONTRIBUTING.md and ROADMAP.md
- Increases test coverage - added tests for #15 and #10
- Adds
--dry-run
option for testing
v1.2.0
v1.1.3
- Merges pull request #4 from @lancefisher - fixed semver comparator bug to allow handling of ranges of peer dependencies