We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm-force-resolutions
1 parent 54554f3 commit de169ddCopy full SHA for de169dd
1 file changed
package.json
@@ -53,7 +53,8 @@
53
"test": "mocha --no-timeouts",
54
"posttest": "exit 0 && npm run coverage",
55
"coverage": "istanbul cover --dir coverage _mocha -- --fgrep 'Request Validation' --invert -R dot",
56
- "codeclimate": "codeclimate < coverage/lcov.info"
+ "codeclimate": "codeclimate < coverage/lcov.info",
57
+ "preinstall": "npx npm-force-resolutions"
58
},
59
"standard": {
60
"ignore": [
@@ -73,6 +74,7 @@
73
74
"glob": "^6.0.1",
75
"istanbul": "^0.4.0",
76
"mocha": "^6.1.4",
77
+ "npm-force-resolutions": "0.0.3",
78
"require-directory": "^2.1.1",
79
"should": "^13.2.3",
80
"standard": "^10.0.2"
@@ -88,5 +90,9 @@
88
90
"har-validator": "^5.0.0",
89
91
"pinkie-promise": "^2.0.0",
92
"stringify-object": "^3.3.0"
93
+ },
94
+ "resolutions": {
95
+ "eslint": "4.18.2",
96
+ "lodash": "4.17.12"
97
}
98
0 commit comments