- Fix handling of
includePreleasemode where version ranges like1.0.0 - 2.0.0would include3.0.0-preand not1.0.0-pre.
The semantic version parser used by npm.
Last checked
Checking sources…
includePrelease mode where version ranges like 1.0.0 - 2.0.0 would include 3.0.0-pre and not 1.0.0-pre.