check-peer-dependencies
check-peer-dependencies copied to clipboard
Add `includePrerelease` options
Currently includePrerelease
always is true
,
But sometimes we need stable version, like vite
,
Support includePrerelease options, and not change the default action.
After this PR, can use --includePrerelease=false
to prevent install pre release version.
closed #53
Hi, @christopherthielen, what do you think?