santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 156 forks source link

Remove ES6 template strings for node 0.10+ compatibility #38

Closed danyshaanan closed 8 years ago

danyshaanan commented 8 years ago

I'm all for ES6, but I think it's not worth it to lose compatibility to older versions just for template strings which are available just as of node 4. If you do want to use ES6 features, better use the "engines" field in package.json to ensure node version compatibility during installation.