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:
authornlf <quitlahok@gmail.com>2021-08-31 19:13:35 +0300
committernlf <quitlahok@gmail.com>2021-08-31 19:13:35 +0300
commit1fa549db0955b55fd680a658809a6d97be306b06 (patch)
tree2290bf0bba453dbbfbe81e8a3a5dd622ce2aa0b0 /package.json
parent3e8ada596f211506366edc73ed9487948200ec71 (diff)
deps: @npmcli/config@2.3.0
* feat: export npm_config_local_prefix and npm_config_global_prefix to the environment
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 d5f3cf54c..30877f8de 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"dependencies": {
"@npmcli/arborist": "^2.8.2",
"@npmcli/ci-detect": "^1.2.0",
- "@npmcli/config": "^2.2.0",
+ "@npmcli/config": "^2.3.0",
"@npmcli/map-workspaces": "^1.0.4",
"@npmcli/package-json": "^1.0.1",
"@npmcli/run-script": "^1.8.6",