We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99edd63 + c554352 commit 3e61f26Copy full SHA for 3e61f26
.gitignore
@@ -11,6 +11,15 @@ pids
11
# IDE
12
.idea
13
14
+# OS generated files
15
+.DS_Store
16
+.DS_Store?
17
+._*
18
+.Spotlight-V100
19
+ehthumbs.db
20
+Icon?
21
+Thumbs.db
22
+
23
# Babel ES6 compiles files
24
dist
25
package.json
@@ -45,12 +45,12 @@
45
"express-jwt": "3.4.0",
46
"express-validation": "1.0.1",
47
"express-winston": "2.0.0",
48
- "helmet": "2.2.0",
+ "helmet": "2.3.0",
49
"http-status": "^0.2.0",
50
"joi": "9.1.0",
51
"jsonwebtoken": "7.1.9",
52
"method-override": "^2.3.5",
53
- "mongoose": "4.6.1",
+ "mongoose": "4.6.2",
54
"morgan": "1.7.0",
55
"winston": "2.2.0"
56
},
0 commit comments