CLI documentation update from CI
CI User committed
Oct 29, 2021 at 02:26 UTC
e90135695ce084543fe43033e987e88e38331624
2 files changed
+2
-2
cli/v7
+1
-1
@@ -1 +1 @@
1
-Subproject commit 62c731545e83f3c7f890d6b4feb6f7544884bd3c
1
+Subproject commit 2c6421576e8d4bb80718993047fad95c198cfb35
content/cli/v7/using-npm/config.md
+1
-1
@@ -995,7 +995,7 @@ When passed to `npm config` this refers to which config file to use.
995
996
* Default: Version 2 if no lockfile or current lockfile version less than or
997
equal to 2, otherwise maintain current lockfile version
998
-* Type: null, 1, 2, or 3
998
+* Type: null, 1, 2, 3, "1", "2", or "3"
999
1000
Set the lockfile format version to be used in package-lock.json and
1001
npm-shrinkwrap-json files. Possible options are: