boltpkg / bolt

⚡️ Super-powered JavaScript project management
MIT License
2.35k stars 82 forks source link

Add bolt normalize --force flag #222

Open jamiekyle-eb opened 5 years ago

jamiekyle-eb commented 5 years ago

Add a --force flag to bolt normalize which skips the check to see if workspaces have a compatible version range with the project's dependencies.

Instead just look for the highest compatible version with the project's dependencies, and then update the dependency ranges in workspaces to match the project.