Releases: nathanhleung/install-peerdeps
Releases · nathanhleung/install-peerdeps
v3.0.3
- Revert quotes around package name
v3.0.2
- Merge #126 - don't coerce version strings to semver, quote package names
v3.0.1
- Merge #124 - add .cmd suffix to spawned commands on windows
v2.0.2
- Merge #66 by @marlonicus - fix installation not starting after package manager confirmation, resolving #70
v2.0.0
- Bump dependencies
- Drop support for Node.js below version 8
v1.11.0
- Resolved #47 - support pnpm
- Merge #51 by @jaredly - allow installation from linked modules/GitHub, resolving #44
- Merge #50 by @vladimyr - support both
-D
& -d
flags for dev mode
- Merge #49 by @AndreGeng - make sure registry option is passed through, resolving #48
v1.10.2
- Fixed #43 - check to see if
--extra-args
is undefined before appending to cli command
v1.10.1
- Fixed #31 - use
semver
to handle version ranges with spaces