zumwald / oss-attribution-generator

utility to parse bower and npm packages used in a project and generate an attribution file to include in your product
MIT License
37 stars 23 forks source link

Change line endings to CRLF #15

Closed aurbano closed 6 years ago

aurbano commented 6 years ago

Running on macOS at the moment will return:

env: node\r: No such file or directory

Due to the line endings being \r only. This guide by Github allows you to set your git config so that they are automatically fixed when you commit.

Locally, I've converted it with dos2unix, and that makes it work fine. I can send you a PR with the updated line endings if you prefer.