Skip to content

Commit de169dd

Browse files
chore(*) add npm-force-resolutions package
1 parent 54554f3 commit de169dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
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": [
@@ -73,6 +74,7 @@
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"
@@ -88,5 +90,9 @@
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
}

0 commit comments

Comments
 (0)