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-11 22:20:52 +0300
committerisaacs <i@izs.me>2020-12-11 22:20:55 +0300
commitc3ba1daf7cd335d72aeba80ae0e9f9d215ca9ea5 (patch)
treed826260a0773a3b95818ecafb2b2a6177e054503 /package.json
parent7b4f10d3797860b7b9709ec5dad0db2c7f915ddb (diff)
@npmcli/config@1.2.6
* Set INIT_CWD to initial current working directory * Set NODE to initial process.execPath Fix: #2033
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 cea27e6e0..27ca99e70 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"dependencies": {
"@npmcli/arborist": "^2.0.0",
"@npmcli/ci-detect": "^1.2.0",
- "@npmcli/config": "^1.2.4",
+ "@npmcli/config": "^1.2.6",
"@npmcli/run-script": "^1.8.1",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",