jedireza / mongo-models

:package: Map JavaScript classes to MongoDB collections
MIT License
67 stars 28 forks source link

Add mongodb to dependencies #19

Closed trainerbill closed 7 years ago

trainerbill commented 7 years ago

Any reason why mongodb is not in the actual dependencies? I am using the hapi module and don't think I should have to manually install mongo-models and mongodb

jedireza commented 7 years ago

It's a peer dependency: https://github.com/jedireza/mongo-models/blob/4deca139c79add15dccf4bc07ea26494219f4662/package.json#L36-L38

This gives consumers more fine grained control of their version of mongodb.