File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/lib/content/configuring-npm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ various purposes:
3636Both of these files have the same format, and perform similar functions in
3737the root of a project.
3838
39- The difference is that ` package-lock.json ` cannot be published, and it will
39+ The difference is that ` package-lock.json ` cannot be published, and it will
4040be ignored if found in any place other than the root project.
4141
4242In contrast, [ npm-shrinkwrap.json] ( /configuring-npm/npm-shrinkwrap-json ) allows
@@ -114,7 +114,7 @@ the npm registry. Lockfiles generated by npm v7 will contain
114114* ` 1 ` : The lockfile version used by npm v5 and v6.
115115* ` 2 ` : The lockfile version used by npm v7 and v8. Backwards compatible to v1
116116 lockfiles.
117- * ` 3 ` : The lockfile version used by npm v9. Backwards compatible to npm v7.
117+ * ` 3 ` : The lockfile version used by npm v9 and above . Backwards compatible to npm v7.
118118
119119npm will always attempt to get whatever data it can out of a lockfile, even
120120if it is not a version that it was designed to support.
You can’t perform that action at this time.
0 commit comments