Skip to content

Commit 19231c0

Browse files
committed
FIX force-resolutions #445 & npm update
1 parent c205742 commit 19231c0

File tree

2 files changed

+36
-38
lines changed

2 files changed

+36
-38
lines changed

package-lock.json

Lines changed: 32 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"debug": "^4.1.1",
30-
"make-plural": "^6.2.1",
30+
"make-plural": "^6.2.2",
3131
"math-interval-parser": "^2.0.1",
3232
"messageformat": "^2.3.0",
3333
"mustache": "^4.0.1",
@@ -51,9 +51,9 @@
5151
"husky": "^4.2.5",
5252
"import-fresh": "^3.2.1",
5353
"lint-staged": "^10.2.11",
54-
"mocha": "^7.1.2",
54+
"mocha": "^7.2.0",
5555
"prettier": "^2.0.5",
56-
"sinon": "^9.0.2",
56+
"sinon": "^9.0.3",
5757
"tap": "^14.10.8"
5858
},
5959
"resolutions": {
@@ -64,7 +64,7 @@
6464
"node": ">=0.10.0"
6565
},
6666
"scripts": {
67-
"preinstall": "npx npm-force-resolutions",
67+
"force-resolutions": "npx npm-force-resolutions",
6868
"lint": "eslint '**/*.js'",
6969
"test": "npm run lint && mocha --exit",
7070
"test-ci": "npm run lint && istanbul cover mocha -- --exit"

0 commit comments

Comments
 (0)