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
path: root/lib
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-02-20 04:30:19 +0300
committerisaacs <i@izs.me>2020-05-08 04:11:52 +0300
commitb40093b8950d50f960894efbd442f80f88413f18 (patch)
tree8beed34e5f2d1521471137bd587421cd5f29456c /lib
parentedfc8167dfb5c797d73cae87c6a333275d3e8ed5 (diff)
fix: add scriptShell to flatOptions
Diffstat (limited to 'lib')
-rw-r--r--lib/config/flat-options.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config/flat-options.js b/lib/config/flat-options.js
index 95bbceb39..b035bf4ff 100644
--- a/lib/config/flat-options.js
+++ b/lib/config/flat-options.js
@@ -33,7 +33,6 @@ const buildOmitList = npm => {
return [...omit]
}
-// scriptShell is a thing
const flatOptions = npm => npm.flatOptions || Object.freeze({
// Note that many of these do not come from configs or cli flags
// per se, though they may be implied or defined by them.