RanvierMUD / ranviermud

A node.js based MUD game engine
https://ranviermud.com
MIT License
796 stars 247 forks source link

Allow for Node 6 #75

Closed marado closed 7 years ago

marado commented 7 years ago

Both README and nvmrc state Node 7 is needed for ranvier, but it seems that only 6 is actually needed code-wise. We should relax the minimum version to 6 to allow users in that version (official Debian package users, for instance) to still run the code.

seanohue commented 7 years ago

Is there anything that would need to be poly-filled for usage with Node 6? Maybe Symbols, or object destructuring (though I don't think we use the latter much if at all). If not, this could probably just be a change to the .nvmrc.

shawncplus commented 7 years ago

Closing this as the next LTS version of Node has been released (8) so going forward 7.x will be supported for a little while and then Node 8.x will be the supported version