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:
authorisaacs <i@izs.me>2013-01-06 20:37:51 +0400
committerisaacs <i@izs.me>2013-01-06 20:38:05 +0400
commit46a96656f5e37d0fa8bdf2617d231ad52b838912 (patch)
treeed4b8144c6007d1c4b7a9833c4edb432d7e2ad83 /node_modules/semver/README.md
parentb00bd7f9ca54b41053088a90e206109c142d47ac (diff)
semver@1.1.2
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 a964c4faa..219300968 100644
--- a/node_modules/semver/README.md
+++ b/node_modules/semver/README.md
@@ -76,7 +76,7 @@ The following range styles are supported:
* `<1.2.3` Less than
* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4`
* `~1.2.3` := `>=1.2.3 <1.3.0`
-* `~1.2` := `>=1.2.0 <2.0.0`
+* `~1.2` := `>=1.2.0 <1.3.0`
* `~1` := `>=1.0.0 <2.0.0`
* `1.2.x` := `>=1.2.0 <1.3.0`
* `1.x` := `>=1.0.0 <2.0.0`