Skip to content

Commit

Permalink
Merge pull request meanjs#1264 from mleanos/fix/mongoose-undefined-db…
Browse files Browse the repository at this point in the history
…-bug

fix(dependency): Mongoose 4.4.7 bug
  • Loading branch information
mleanos committed Mar 13, 2016
2 parents 9d4249d + 07da139 commit a5e72cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"method-override": "~2.3.5",
"gulp-wiredep": "~0.0.0",
"mocha": "~2.4.5",
"mongoose": "~4.4.3",
"mongoose": "~4.4.3 <4.4.7",
"morgan": "~1.6.1",
"multer": "~1.1.0",
"nodemailer": "~2.1.0",
Expand Down

0 comments on commit a5e72cf

Please sign in to comment.