CLI documentation update from CI
CI User committed
Feb 4, 2022 at 02:24 UTC
06de539e8d686f79480413f7be242aee1e0314d1
3 files changed
+7
-1
cli/v8
+1
-1
@@ -1 +1 @@
1
-Subproject commit f5a7360b95cbe77a5a76f8905340ac78ac83f229
1
+Subproject commit 892b66eba9f21dbfbc250572d437141e39a6de24
content/cli/v8/configuring-npm/package-json.md
+4
@@ -848,6 +848,10 @@ include any versions, as that information is specified in `dependencies`.
848
849
If this is spelled `"bundleDependencies"`, then that is also honored.
850
851
+Alternatively, `"bundledDependencies"` can be defined as a boolean value. A
852
+value of `true` will bundle all dependencies, a value of `false` will bundle
853
+none.
854
+
855
### optionalDependencies
856
857
If a dependency can be used, but you would like npm to proceed if it cannot
content/cli/v8/using-npm/config.md
+2
@@ -1198,6 +1198,8 @@ When package package-locks are disabled, automatic pruning of extraneous
1198
modules will also be disabled. To remove extraneous modules with
1199
package-locks disabled use `npm prune`.
1200
1201
+This configuration does not affect `npm ci`.
1202
+
1203
<!-- automatically generated, do not edit manually -->
1204
<!-- see lib/utils/config/definitions.js -->
1205