Releases: SassNinja/reinstall-node-modules
Releases · SassNinja/reinstall-node-modules
v2.0.0
v1.2.0
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)