Releases: body-builder/install-local-dependencies
Releases · body-builder/install-local-dependencies
0.2.5
Bug Fixes
- Do not interrupt the install task if the package.json doesn't have any local dependencies (0b611d8)
- Do not restore the
package.json
before the installation task finishes (98fa890)
0.2.4
Bug Fixes
- package.json getting postended with "null" (bfd4b21)
0.2.3
Bug Fixes
- Random ENOENT errors in
copy_file_or_directory
on Windows (e8674fa)
- Use POSIX path separator also in
get_target_path
(8ef6120)
- watch-local-dependencies: Wait with
add
/change
events until the entire file gets written (906c6c6)
- Windows backslash-issue in
get_ignore_rules()
(efb7571)
0.2.2
Bug Fixes
- Windows backslash-issue in
get_ignore_rules()
(efb7571)
0.2.1
Bug Fixes
- Issues with ignored files in watch mode on MacOS (d55998d)
0.2.0
Features
- BREAKING CHANGE: Remove
ignored_files
from the config (1e6dadb)
- Use
.npmignore
or .gitignore
as ignore pattern (d3f87ed)
0.1.2
Bug Fixes
- Windows backslash-issue in
get_target_path()
(8cad12a)
0.1.1
Features
- Add
.DS_Store
to ignored_files
by default (583720d)
Bug Fixes
get_file_stats()
- use fse.lstats
instead of fs.lstats
(cb23c10)