File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 5353 "test" : " mocha --no-timeouts" ,
5454 "posttest" : " exit 0 && npm run coverage" ,
5555 "coverage" : " istanbul cover --dir coverage _mocha -- --fgrep 'Request Validation' --invert -R dot" ,
56- "codeclimate" : " codeclimate < coverage/lcov.info"
56+ "codeclimate" : " codeclimate < coverage/lcov.info" ,
57+ "preinstall" : " npx npm-force-resolutions"
5758 },
5859 "standard" : {
5960 "ignore" : [
7374 "glob" : " ^6.0.1" ,
7475 "istanbul" : " ^0.4.0" ,
7576 "mocha" : " ^6.1.4" ,
77+ "npm-force-resolutions" : " 0.0.3" ,
7678 "require-directory" : " ^2.1.1" ,
7779 "should" : " ^13.2.3" ,
7880 "standard" : " ^10.0.2"
8890 "har-validator" : " ^5.0.0" ,
8991 "pinkie-promise" : " ^2.0.0" ,
9092 "stringify-object" : " ^3.3.0"
93+ },
94+ "resolutions" : {
95+ "eslint" : " 4.18.2" ,
96+ "lodash" : " 4.17.12"
9197 }
9298}
You can’t perform that action at this time.
0 commit comments