git-heatmap
git-heatmap copied to clipboard
Bars dependency has CRLF line endings
I know this isnt on the correct repo, but as issues are disabled there... Just a heads up that the jez/bars package that heatmap requires is installed with CRLF line endings. This will cause an error when trying to run heatmap on *nix systems. Easy fix is to do a line endings conversion (dos2unix or using an editor) on the bin/bars file that is installed by npm.
Could be a problem with my gitconfig actually... sorry about that. Just started work on a windows based project and forgot i changed things...