Skip to content

Commit

Permalink
npm-shrinkwrap.json: Recreate with lockfileVersion 3
Browse files Browse the repository at this point in the history
npm ci && \
  rm npm-shrinkwrap.json && \
  npm shrinkwrap

I confirmed that it generates the same
node_modules structure but cuts the
shrinkwrap file size by 43%.

Change-type: patch
See: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
  • Loading branch information
thgreasi committed Apr 9, 2024
1 parent 87f5f18 commit c956849
Showing 1 changed file with 1 addition and 19,065 deletions.
Loading

0 comments on commit c956849

Please sign in to comment.