Skip to content

Commit 06cc386

Browse files
committed
Update mongoose version.
1 parent ce7e298 commit 06cc386

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ config.js
99
.env
1010

1111
# backups
12-
backups/
12+
_backups/
1313

1414
*.rej
15+
16+
*.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"jwt-simple": "0.1.0",
66
"express": "3.4.4",
77
"less-middleware": "0.1.12",
8-
"mongoose": "3.6.20",
8+
"mongoose": "4.1.9",
99
"v8tools": "0.2.2"
1010
},
1111
"engines": {

0 commit comments

Comments
 (0)