0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-13 07:43:27 +00:00
renovatebot_renovate/lib/modules/versioning/npm/readme.md

4 lines
340 B
Markdown
Raw Permalink Normal View History

2020-02-17 22:02:00 +00:00
npm versioning is the most well known/widely-used implementation of [Semantic Versioning 2.0](https://semver.org).
2019-01-07 15:19:15 +00:00
2020-02-17 22:02:00 +00:00
It's important to understand that "npm" versioning scheme is not the same as "semver" versioning. SemVer's spec does not define ranges at all - so all range/constraint syntax in npm is npm-specific and not part of the spec.