sindresorhus / gulp-rev

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
MIT License
1.54k stars 218 forks source link

Drop older nodejs versions #180

Closed benbieler closed 8 years ago

benbieler commented 8 years ago

Node Version 0.12 is way to old. I would suggest to upgrade to a 5.x.

sindresorhus commented 8 years ago

Nothing really to gain from doing that right now. There's close to no activity in the code base, so wouldn't really benefit anyone, other than being churn. Should be done eventually, but not worth doing yet another breaking release just for that.

Waiting also means we could probably target Node.js 6 as it will become LTS, and it's pretty much ES2015 complete.