avoid unstable mongoose

Some of the mongoose version are tagged as unstable.
It's better to freeze the version to avoid them
This commit is contained in:
Samuel Laulhau 2016-04-30 20:00:11 +03:00
parent 76c5520541
commit 4d9f9fc83b

View file

@ -59,7 +59,7 @@
"math": "0.0.3",
"method-override": "~2.3.0",
"mkdirp": "^0.5.1",
"mongoose": "^3.8.40",
"mongoose": "3.8.40",
"mongoose-utilities": "~0.1.1",
"morgan": "~1.6.1",
"multer": "~1.1.0",