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:
authorKat Marchán <kzm@sykosomatic.org>2017-06-02 05:56:08 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-06-02 05:56:10 +0300
commit85ea1e0b9478551265d03d545e7dc750b9edf547 (patch)
tree4b3b315e73429514fd2c313a1a2a043f6291d69a /package.json
parent5bb15c3c4f0d7d77c73fd6dafa38ac36549b6e00 (diff)
npm-package-arg@5.1.1
This includes the npa git-parsing patch to make it so non-hosted SCP-style identifiers are correctly handled. Previously, npa would mangle them (even though hosted-git-info is doing the right thing for them). Fixes: https://github.com/npm/npm/issues/16726
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e3605144a..f036fe7d5 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"normalize-package-data": "~2.3.8",
"npm-cache-filename": "~1.0.2",
"npm-install-checks": "~3.0.0",
- "npm-package-arg": "~5.0.1",
+ "npm-package-arg": "~5.1.1",
"npm-registry-client": "~8.3.0",
"npm-user-validate": "~1.0.0",
"npmlog": "~4.1.0",