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>2015-02-13 12:00:12 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-13 12:00:12 +0300
commit4b420714dfb84338d85def78c30bd665e32d72c1 (patch)
tree196b1cc25a33742b7adee0651b814575cbdb4fa4 /package.json
parent6fd0fbd8a0347fd47cb7ee0064e0902a2f8a087c (diff)
semver@4.3.0
Adds new functions to extract the {major,minor,patch} parts from a version (no changes to npm).
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 61054b5e4..582f348bb 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"request": "~2.53.0",
"retry": "~0.6.1",
"rimraf": "~2.2.8",
- "semver": "~4.2.2",
+ "semver": "~4.3.0",
"sha": "~1.3.0",
"slide": "~1.1.6",
"sorted-object": "~1.0.0",
@@ -172,7 +172,7 @@
"npm-registry-mock": "~1.0.0",
"require-inject": "~1.1.0",
"sprintf-js": "~1.0.2",
- "tap": "~0.5.0"
+ "tap": "~0.6.0"
},
"scripts": {
"test-legacy": "node ./test/run.js",