unclechu / node-deep-extend

Recursive extend module
MIT License
202 stars 53 forks source link

Lower supported nodejs to v0.10 #25

Closed reconbot closed 7 years ago

reconbot commented 8 years ago

I know this is an odd pr. serialport relies on deep-extend via node-pre-gyp and rc. We still support node v0.10.x because a lot of embedded hardware devices still run it. I checked and your package will run on 0.10.43 without issue (all tests pass). This PR would reduce the warnings people see for people who are stuck without being able to upgrade.

If later you drop support for 0.10 with breaking changes (and we all will eventually) I'll completely understand.

Thanks!

-Francis

unclechu commented 7 years ago

@reconbot released in v0.5.0.

reconbot commented 7 years ago

thanks!