TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.76k stars 217 forks source link

Drop Node v6 and v11, add Node v12 #146

Closed teppeis closed 5 years ago

teppeis commented 5 years ago

v6 ended in April 2019. v8 will end soon on June 1, 2019. https://github.com/nodejs/Release

teppeis commented 5 years ago

Also "node": ">=0.10.0" in package.json is still correct?

https://github.com/TehShrike/deepmerge/blob/4177f6cb791a33116aa39945eeaccadc76d6add9/package.json#L20-L22

TehShrike commented 5 years ago

That engines is not correct. In the past I think it was used as an awkward stand-in for "we compile to ES5"