All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.1 (2020-03-25)
2.3.0 (2019-12-11)
- add option to gently create bin links/shims (a929196)
2.2.1 (2019-08-15)
- link: properly detect that we should chown the link (1c69beb)
2.2.0 (2019-08-14)
- don't chown if we didn't make any dirs (c4df8a8)
- export mkdir method (4891c09)
2.1.0 (2019-08-14)
- infer ownership of created dirs and links (0dd2879)
2.0.1 (2017-11-28)
- pkglock: regenerate lock to fix version issues (a41cbd0)
- rm: make sure logic for vacuuming matches original npm (673e82c)
2.0.0 (2017-10-07)
- api: switch to callbacks for now. (236e886)
- api: switches from Promises to callbacks for async control flow.
1.0.2 (2017-10-07)
- link: properly resolve linkIfExists promise (f06acf2)
1.0.1 (2017-09-25)
- files: include required lib files in tarball (e0be6a8)
- docs: api docs added