-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rebuilt package-lock w/ v2 #570
Conversation
Codecov Report
@@ Coverage Diff @@
## master #570 +/- ##
=======================================
Coverage 70.40% 70.40%
=======================================
Files 4 4
Lines 321 321
=======================================
Hits 226 226
Misses 95 95 Continue to review full report at Codecov.
|
Does this have any implications for Node.js versions that still use v1? |
8eadc0b
to
b49f1cc
Compare
Some points about the package-lock is that is apart of NPM's structure, not Node.js. People could have installed an older Node.js and installed the latest NPM with The package-lock is a development file and never bundled with the production release package. About the version support, https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion
|
@timbru31, I hope the above explains enough. But, here is also the parent ticket to direct this change: apache/cordova#300 |
Motivation and Context
Prepare for Cordova CLI 11 Release
Description
Rebuilt the
package-lock.json
file with v2Testing
Checklist