Found some files using CRLF terminators. Please change them to LF again.
$ find . -not -type d -exec file "{}" ";" | grep CRLF
./CHANGELOG.md: ASCII text, with CRLF line terminators
./shared/index.js: ASCII text, with very long lines (23659), with CRLF line terminators
./styles.css: ASCII text, with CRLF line terminators
./templates/index.mustache: HTML document, Unicode text, UTF-8 text, with very long lines (358), with CRLF line terminators
./thirdpartylibs.xml: XML 1.0 document, ASCII text, with CRLF line terminators
Found some files using CRLF terminators. Please change them to LF again.