Skip to content

Commit 05bf798

Browse files
committed
ch13-15: updated Mongoose to specific version (3.8).
This mirrors commit e47e9e4; just missed these earlier chapters.
1 parent 9ba1518 commit 05bf798

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ch13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"express3-handlebars": "~0.5.0",
2828
"formidable": "~1.0.14",
2929
"loadtest": "~0.2.11",
30-
"mongoose": "^3.8.12",
30+
"mongoose": "3.8",
3131
"morgan": "~1.1.1",
3232
"nodemailer": "~0.6.5",
3333
"session-mongoose": "^0.4.1"

ch14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"express3-handlebars": "~0.5.0",
2828
"formidable": "~1.0.14",
2929
"loadtest": "~0.2.11",
30-
"mongoose": "^3.8.12",
30+
"mongoose": "3.8",
3131
"morgan": "~1.1.1",
3232
"nodemailer": "~0.6.5",
3333
"q": "^1.0.1",

ch15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"express3-handlebars": "~0.5.0",
3030
"formidable": "~1.0.14",
3131
"loadtest": "~0.2.11",
32-
"mongoose": "^3.8.12",
32+
"mongoose": "3.8",
3333
"morgan": "~1.1.1",
3434
"nodemailer": "~0.6.5",
3535
"q": "^1.0.1",

0 commit comments

Comments
 (0)