3.0.1 (2020-10-16)
- lodash: remove missing dependency lodash (b960029)
3.0.0 (2020-10-16)
- deps: dependency update (#25) (8e46851)
- install: ignore other dependencies (#30) (b9faaae)
- node: drop support for node 8 (07fa721)
- package: package source files for debugging (302f703)
- install:
dependencies
anddevDependencies
will no longer be installed. If you want the old behavior, be sure to runnpm install
before you runinstall-local
. - node: Node 8 is no longer actively supported
- package: Files are now published under
dist
directory. Deep imports (which is a bad practice at best) should be updated accordingly. - deps: Output is now es2017. Drop support for node < 8.
1.0.0 (2019-02-12)
0.6.2 (2018-11-21)
- Space in file name: Support dirs with a space in the name (2ea3786)
0.6.0 (2018-07-12)
- Child process: increase
maxBuffer
to 10MB
0.5.0 (2018-03-21)
0.4.1 (2017-12-21)
0.4.0 (2017-06-22)
- target-siblings: The programmatic interface has changed slightly
0.3.1 (2017-06-13)
- typings: Add "typings" to package.json to enable typescript support (ac11871)
0.3.0 (2017-06-13)
- local-install: Make use of "localDependencies" section in package.json (86563f8)
0.2.0 (2017-06-07)
- allow-multiple-targets: Allow multiple target packages (a5b2098)
- console: Add console output when using the cli (6231b67)
0.1.0 (2017-06-02)
- Add rimraf as dev dependency (f4ab2a0)