4.0.0 (2019-01-21)
Features
- install local deps in place if not at local version (9fd6b4a)
BREAKING CHANGES
- So far local (developed) dependencies where linked no matter the
referenced version in package.json.
Since now npm versions are installed in place
if referenced version doesn't match local one.
This ensures we should always have packages working
and allow more controlled upgrades of majors