Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2014-10-17 08:28:53 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-10-17 08:28:53 +0400
commit9c1314985e513e20ffa3ea0ca333ba2ab78299c9 (patch)
tree7fe02fd29a5690d40234b73130f0fb179fb4e45b /node_modules/semver/README.md
parent4000e3333a76ca4844681efa8737cfac24b7c2c8 (diff)
semver@4.1.0
More consistent prerelease handling.
Diffstat (limited to 'node_modules/semver/README.md')
-rw-r--r--node_modules/semver/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/semver/README.md b/node_modules/semver/README.md
index 0f8a755a4..7e1961d45 100644
--- a/node_modules/semver/README.md
+++ b/node_modules/semver/README.md
@@ -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`