co-mongo
co-mongo copied to clipboard
upgrade mongodb version to 1.4.29 to support mongodb v 3
Hey, Cool module. Would you mind updating your npm dependency to "mongodb": "~1.4.29" so that it can support MongoDb v 3.*. You can see the docs here where this is a requirement. http://docs.mongodb.org/ecosystem/drivers/node-js/ Using this without upgrading that dependency results in a MongoError: driver is incompatible with this server version.
Thanks! Tim
Would happily accept a PR :)