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>2014-09-12 03:46:13 +0400
committerisaacs <i@izs.me>2014-09-12 03:46:13 +0400
commit4378a17db340404a725ffe2eb75c9936f1612670 (patch)
tree84bd4b473bfef8afdf4df4469d66d6b577a9c042 /node_modules/semver/test/gtr.js
parent7a4e0ec6fda0dfd607262e68a578a57c44cc449b (diff)
semver@4.0.0
Diffstat (limited to 'node_modules/semver/test/gtr.js')
-rw-r--r--node_modules/semver/test/gtr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/semver/test/gtr.js b/node_modules/semver/test/gtr.js
index cb6199efc..8537fac0b 100644
--- a/node_modules/semver/test/gtr.js
+++ b/node_modules/semver/test/gtr.js
@@ -39,7 +39,7 @@ test('\ngtr tests', function(t) {
['~v0.5.4-pre', '0.6.1-pre'],
['=0.7.x', '0.8.0'],
['=0.7.x', '0.8.0-asdf'],
- ['<=0.7.x', '0.7.0'],
+ ['<0.7.x', '0.7.0'],
['~1.2.2', '1.3.0'],
['1.0.0 - 2.0.0', '2.2.3'],
['1.0.0', '1.0.1'],