Skip to content

Releases: body-builder/install-local-dependencies

0.2.5

30 Nov 23:53
Compare
Choose a tag to compare

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

17 Oct 14:45
v0.2.4
48bcc1f
Compare
Choose a tag to compare

Bug Fixes

  • package.json getting postended with "null" (bfd4b21)

0.2.3

17 Oct 14:45
v0.2.3
4358dcb
Compare
Choose a tag to compare

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

17 Oct 14:44
be1f3bf
Compare
Choose a tag to compare

Bug Fixes

  • Windows backslash-issue in get_ignore_rules() (efb7571)

0.2.1

21 Oct 10:32
v0.2.1
2891c8e
Compare
Choose a tag to compare

Bug Fixes

  • Issues with ignored files in watch mode on MacOS (d55998d)

0.2.0

07 Oct 10:13
81dc068
Compare
Choose a tag to compare

Features

  • BREAKING CHANGE: Remove ignored_files from the config (1e6dadb)
  • Use .npmignore or .gitignore as ignore pattern (d3f87ed)

0.1.2

07 Oct 10:13
f24b3d2
Compare
Choose a tag to compare

Bug Fixes

  • Windows backslash-issue in get_target_path() (8cad12a)

0.1.1

07 Oct 10:11
v0.1.1
85b7280
Compare
Choose a tag to compare

Features

  • Add .DS_Store to ignored_files by default (583720d)

Bug Fixes

  • get_file_stats() - use fse.lstats instead of fs.lstats (cb23c10)

0.1.0

07 Oct 10:11
5ed07b2
Compare
Choose a tag to compare

Initial commit