Skip to content

Commit 076d10f

Browse files
committed
Merge pull request #16 from fmoliveira/master
Restricting mongoose version to stick it to a stable branch.
2 parents 59c0b4f + 66d00b0 commit 076d10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jade": "^1.5.0",
2323
"lodash": "^2.4.1",
2424
"logfmt": "^1.1.2",
25-
"mongoose": "^3.8.13",
25+
"mongoose": "~3.8.13",
2626
"mongoose-cache": "git://github.com/hunterloftis/mongoose-cache",
2727
"mongoose-timestamp": "^0.3.0",
2828
"morgan": "^1.2.0",

0 commit comments

Comments
 (0)