Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
More consistent prerelease handling.
  • Loading branch information
othiym23 committed Oct 17, 2014
1 parent 4000e33 commit 9c13149
Show file tree
Hide file tree
Showing 13 changed files with 174 additions and 65 deletions.
2 changes: 1 addition & 1 deletion doc/misc/semver.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ numeric values in the `[major, minor, patch]` tuple.
A partial version range is treated as an X-Range, so the special
character is in fact optional.

* `` (empty string) := `*` := `>=0.0.0`
* `""` (empty string) := `*` := `>=0.0.0`
* `1` := `1.x.x` := `>=1.0.0 <2.0.0`
* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0`

Expand Down
2 changes: 1 addition & 1 deletion node_modules/semver/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion node_modules/semver/bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 14 additions & 9 deletions node_modules/semver/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 42 additions & 20 deletions node_modules/semver/semver.browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified node_modules/semver/semver.browser.js.gz
Binary file not shown.
62 changes: 42 additions & 20 deletions node_modules/semver/semver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c13149

Please sign in to comment.