obahareth / are-you-es5

A package to help you find out which of your node_modules aren't ES5 so you can add them to your Webpack/Rollup/Parcel transpilation steps.
MIT License
276 stars 23 forks source link

Version 2.0.1 contains "\r" in build #44

Closed madsmadsen closed 4 years ago

madsmadsen commented 4 years ago

Release version 2.0.1 has a "\r" in ./dist/cli.js on line 1, so it cannot be executed on non-windows systems.

env: node\r: No such file or directory
obahareth commented 4 years ago

@madsmadsen Thanks for reporting this. I published 2.0.2 with a fix for this and added lf line endings to both our tsconfig.json (89c321148e15bf41bd0e9188301102b20d373494) and added a .editorconfig (853f95f670f0cedb9824cd9bbbaa857b740a14a6).