kimmobrunfeldt / git-hours

Estimate time spent on a git repository
MIT License
774 stars 59 forks source link

Adaptations to make git-hours work with recent versions of node and fix the CI #44

Closed nicolas-van closed 5 years ago

nicolas-van commented 5 years ago

Fix #43 .

Changes some dependencies and some scripts to make it work with up-to-date versions of node.js (and fix the CI which was broken).

I had to drop node.js versions prior to 6 in the CI, which seems reasonable since the oldest version of node which is still supported today is 8 (see https://nodejs.org/en/about/releases/ ).

nicolas-van commented 5 years ago

Ok, it's good for review now.

kimmobrunfeldt commented 5 years ago

Thanks for the contribution!