Skip to content

Releases: SassNinja/reinstall-node-modules

v2.0.0

25 May 09:54
Compare
Choose a tag to compare

Since the package is not zero-dependency anymore (node-notifier) I've decided to bump major version.
Nevertheless it's still lightweight and easy to use =)

Added option:

  • notify

Fixes:

  • default option values consider actual booleans now (bug introduced in v1.2.0)

v1.2.0

22 May 13:09
Compare
Choose a tag to compare

The options have become more explicit and are working with actual booleans now (true instead of 'true')

Added options:

  • install
  • updateHash

Removed options:

  • dry

Migration Notes:

If you've used dry: 'true' before you only need to replace it with install: false
(note it's boolean now instead of string)

v1.1.0

07 Jan 16:12
Compare
Choose a tag to compare

New Features:

  • dry option
  • config file support (reinstall-node-modules.json)

v1.0.0

04 Dec 11:25
Compare
Choose a tag to compare

initial release