All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.5 (2017-12-06)
- engines: actually remove this altogether. causes more problems than it solves (65a60aa)
- engines: Change npm engine specification to >=5. (#1) (cafda00)
2.3.4 (2017-12-05)
2.3.3 (2017-12-05)
- install: manually replace $HOME (ae40f2d)
2.3.2 (2017-12-05)
- install: be a bit smarter about adding to attributes files (a046cbc)
2.3.1 (2017-12-04)
- legacy: warn people that legacy mode might throw away some of their changes (d633205)
2.3.0 (2017-12-04)
2.2.0 (2017-12-03)
- uninstall: add uninstaller (a42a4de)
2.1.0 (2017-12-03)
- global: add --global flag for global installation (b9c131f)
2.0.1 (2017-12-03)
- merge: make sure to merge the right lockfile (09f6b25)
2.0.0 (2017-12-03)
- deps: force unbump of broken rxjs version (72dcd14)
- non-npm: add support for running non-npm commands (aee4e70)
- non-npm: this removes the --npm-bin option in favor of --command
1.0.2 (2017-12-03)
- deps: accidentally added devdeps to deps object (f865567)
1.0.1 (2017-12-03)
- docs: fix some badges. oops. (0cdfbfc)
1.0.0 (2017-12-03)
- api: set up install and merge as separate command (76072b9)
- api: This changes the install api to
npm-merge-driver install [opts]
, and the merge api tonpm-merge-driver merge <npm-bin> <current> <old> <theirs> <filename>
.
- merge: get merging working right (28af1f2)