flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

CoffeeScript on NPM has moved to "coffeescript (no hyphen) #105

Closed oliverjessner closed 3 years ago

oliverjessner commented 6 years ago

Due to some deps we get deprecation warnings about coffeescript and the hyphen in between. Maybe we could also update to the newest coffeescript version :). I am not a coffeescript user so I am not sure if the new milestone version breaks anything.

Thanks in advance Oliver

flosse commented 6 years ago

removing node v4 form the travis tests (https://github.com/flosse/sloc/blob/master/.travis.yml#L3) is required too.

flosse commented 6 years ago

and coffee-script/register does not exist anymore: https://travis-ci.org/flosse/sloc/jobs/392159972#L660

flosse commented 3 years ago

closing in favor of #123