renovate/lib/versioning/npm
2020-05-01 18:03:48 +02:00
..
index.spec.ts fix: move tests into lib (#5635) 2020-03-05 21:57:24 +01:00
index.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
range.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
readme.md docs: improve versioning docs 2020-02-17 23:02:00 +01:00

npm versioning is the most well known/widely-used implementation of Semantic Versioning 2.0.

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.