browserslist / update-db

CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
https://browsersl.ist/
MIT License
286 stars 57 forks source link

Changes CRLF to LF in lock file #8

Closed Maxim-Mazurok closed 1 year ago

Maxim-Mazurok commented 1 year ago

I have package-lock.json with CRLF EOL. After running npx -y update-browserslist-db@latest it gets converted into LF. Same for npx -y browserslist@latest --update-db.

Will create PR to address this shortly.