3.0.0 (2018-08-25)
Features
- bin: override package locations using repeatable --source options (5dbcfd4)
- list-mismatches: return exit code on finding mismatches (06958c6)
BREAKING CHANGES
- bin: Previously the location of package.json files could be overridden like so:
syncpack list './package.json' './packages/*/package.json'
This is now done using a repeatable --source
option:
syncpack list --source './package.json' --source './packages/*/package.json'
This change is to make way for new commands which will also require an
overridable --target
option.