Closed warbrett closed 7 years ago
Thanks! Released in 2.3.2
Missed that haha
What is the lowest supported version? You can add a key to package.json to state this. e.g.
"engines": {
"node": ">=4.8.2"
},
Does this also mean we can remove babel-cli
and babel-preset-es2015
from the devDepencencies
?
ah yeah totally, kinda rushed the fix sorry!
With babel removed I believe this is the last change necessary to ensure this runs on ancient versions of Node still.