mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
292769dde9
This updates the `package-lock.json` file to use the version 3 format. Version 3 removes the version 1 format data, resulting in a smaller file. While version 3 format is not supported in npm < 7, a lower limit is enforced in the `engines` declaration within `package.json` and has been >= 7 since [56378]. The Gutenberg repository has already been updated to use version 3. Props jonsurrell. See #62190. git-svn-id: https://develop.svn.wordpress.org/trunk@59206 602fd350-edb4-49c9-b593-d223f7449a82
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
engine-strict = true
|
|
legacy-peer-deps = true
|
|
lockfile-version = 3
|
|
save-exact = true
|