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>2021-02-09 02:16:01 +0300
committerGar <gar+gh@danger.computer>2021-02-11 21:42:15 +0300
commitef687f545b177d0496ce74faacf1bf738978355a (patch)
tree3402da4a69fc53c395d51e1121393b2101560c75 /package.json
parente815cd4f79dafcc8fa1b8b2bec4c9b4acac89175 (diff)
fix(env): Do not clobber defined 'env' script
If an env script is already defined, run that instead of the default. PR-URL: https://github.com/npm/cli/pull/2655 Credit: @isaacs Close: #2655 Reviewed-by: @ljharb
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8f88726ad..20c719bc6 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,6 @@
"@npmcli/arborist": "^2.2.1",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.9",
- "@npmcli/installed-package-contents": "^1.0.7",
"@npmcli/run-script": "^1.8.2",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",