File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to Project
2
+
3
+ All contributions are welcome!
4
+
5
+ For contributing to this project, please:
6
+ * fork the repository to your own account
7
+ * clone the repository
8
+ * make changes
9
+ * submit a pull request with a unit test on ` develop ` branch
Original file line number Diff line number Diff line change 47
47
"express-jwt" : " 5.1.0" ,
48
48
"express-validation" : " 1.0.1" ,
49
49
"express-winston" : " 2.0.0" ,
50
- "helmet" : " 2.3 .0" ,
50
+ "helmet" : " 3.1 .0" ,
51
51
"http-status" : " ^0.2.0" ,
52
52
"joi" : " 9.2.0" ,
53
53
"jsonwebtoken" : " 7.1.9" ,
54
54
"method-override" : " ^2.3.5" ,
55
- "mongoose" : " 4.6.5 " ,
55
+ "mongoose" : " 4.6.6 " ,
56
56
"morgan" : " 1.7.0" ,
57
- "winston" : " 2.2 .0"
57
+ "winston" : " 2.3 .0"
58
58
},
59
59
"devDependencies" : {
60
60
"babel-cli" : " 6.18.0" ,
67
67
"coveralls" : " ^2.11.6" ,
68
68
"cz-conventional-changelog" : " 1.2.0" ,
69
69
"del" : " ^2.2.0" ,
70
- "eslint" : " 3.8.1 " ,
70
+ "eslint" : " 3.9.0 " ,
71
71
"eslint-config-airbnb-base" : " 7.1.0" ,
72
72
"eslint-plugin-import" : " 1.16.0" ,
73
73
"eslint-watch" : " 2.1.14" ,
83
83
"mocha" : " 3.1.2" ,
84
84
"run-sequence" : " ^1.1.5" ,
85
85
"supertest" : " 2.0.1" ,
86
- "supertest-as-promised" : " 4.0.1 " ,
86
+ "supertest-as-promised" : " 4.0.2 " ,
87
87
"validate-commit-msg" : " ^2.6.1"
88
88
},
89
89
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments