antonmedv / jsize

Find out minified and gzipped npm package size
MIT License
178 stars 12 forks source link

Warn about node version #8

Closed kevin940726 closed 7 years ago

kevin940726 commented 7 years ago

This package uses padEnd and it's only available (without flag) above node v8.0.0. Do you plan to support lower version of node? Or we can add a warning to package.json and README. Thx for your great work!

DylanPiercey commented 7 years ago

I'll try to dig into this today and setup CI for supporting older node versions. Thanks for bringing this up.

DylanPiercey commented 7 years ago

Should now support node >= 4 😀

kevin940726 commented 7 years ago

Thx for your quick response! Awesome job 👍

DylanPiercey commented 7 years ago

Actually I got use to the automatic save feature in npm 5 and didn't update the package son accordingly. Just rolled out another release and all should be good now :).