What's Changed
- feat: removed need for
--lockfile
flag if ayarn.lock
orpackage-lock.json
exists. Defaults toyarn.lock
if not found. You can still specify a lockfile if you wish. - bug: added
--preserve-integrity
flag to prevent removal of integrity hash whensha1
is used due to private repositories such as Azure Artifacts not supporting anything other thansha1
by @asos-danielc in #10 - chore: updated eslint-plugin-import to ^2.31.0 for eslint 9 support
New Contributors
- @asos-danielc made their first contribution in #10
Full Changelog: 5.0.0...5.1.0