Skip to content

Commit

Permalink
fix(dependency): Mongoose 4.4.7 bug
Browse files Browse the repository at this point in the history
Fixes an issue with Mongoose `4.4.7` that causes the database
connection.db property to be undefined. This issue is causing our builds
to fail.

Sets the Mongoose version to `~4.4.3 <4.4.7` for now until we
investigate further. This should solve the issue of our failing builds,
when the `dropdb` Grunt/Gulp task is ran with the E2E tests.
  • Loading branch information
mleanos committed Mar 12, 2016
1 parent 9d4249d commit 07da139
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 07da139

Please sign in to comment.