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>2020-12-18 23:21:17 +0300
committerisaacs <i@izs.me>2020-12-18 23:21:17 +0300
commit4fc2f3e05b600aa64fe5eb6b8b77bc070e5a9403 (patch)
tree78ee1764f49439a4dbde3d2bc667f76a08e15e88 /package.json
parentbc1c567ed3d853ed4f01d33a800eb453956de6ef (diff)
@npmcli/config@1.2.8
* Support setting email without username/password Fixes: #2300
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 8e2917c5e..53db374c9 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"dependencies": {
"@npmcli/arborist": "^2.0.2",
"@npmcli/ci-detect": "^1.2.0",
- "@npmcli/config": "^1.2.7",
+ "@npmcli/config": "^1.2.8",
"@npmcli/run-script": "^1.8.1",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",