Closed kevin940726 closed 7 years ago
I'll try to dig into this today and setup CI for supporting older node versions. Thanks for bringing this up.
Should now support node >= 4 😀
Thx for your quick response! Awesome job 👍
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 :).
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 topackage.json
and README. Thx for your great work!