williamkapke / mongo-mock

Let's pretend we have a real MongoDB
MIT License
240 stars 74 forks source link

Added Travis testing for node 6 LTS compatibility #79

Closed angelo-hub closed 6 years ago

angelo-hub commented 6 years ago

Our engine field in the package.json claims that we support Node 6, using Object.values() broke this support, I updated the function to no longer use it, and added node 6 to the travis build process to alleviate this

pstromberg98 commented 6 years ago

@AngefloMusic Should this be being merged into master or a version branch?