Skip to content

Commit e47e9e4

Browse files
committed
ch16-18: updated Mongoose to specific version to eliminate unstable version warnings.
1 parent 20a2a5b commit e47e9e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ch16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"formidable": "~1.0.14",
3232
"grunt-contrib-less": "^0.11.1",
3333
"loadtest": "~0.2.11",
34-
"mongoose": "^3.8.12",
34+
"mongoose": "3.8",
3535
"morgan": "~1.1.1",
3636
"nodemailer": "~0.6.5",
3737
"q": "^1.0.1",

ch17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"formidable": "~1.0.14",
3232
"grunt-contrib-less": "^0.11.1",
3333
"loadtest": "~0.2.11",
34-
"mongoose": "^3.8.12",
34+
"mongoose": "3.8",
3535
"morgan": "~1.1.1",
3636
"nodemailer": "~0.6.5",
3737
"q": "^1.0.1",

ch18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"formidable": "~1.0.14",
3333
"grunt-contrib-less": "^0.11.1",
3434
"loadtest": "~0.2.11",
35-
"mongoose": "^3.8.12",
35+
"mongoose": "3.8",
3636
"morgan": "~1.1.1",
3737
"nodemailer": "~0.6.5",
3838
"passport": "^0.2.2",

0 commit comments

Comments
 (0)