Skip to content

Commit 66be55e

Browse files
committed
antlr resolution set and preinstall script added
1 parent b7c29bb commit 66be55e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package-lock.json

Lines changed: 6 additions & 5 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"main": "src/",
1414
"scripts": {
15+
"preinstall": "npx npm-force-resolutions",
1516
"lint": "eslint \"./**/*.js\"",
1617
"lint-fix": "eslint \"./**/*.js\" --fix",
1718
"test": "cross-env LOGGING=none jest",
@@ -41,5 +42,8 @@
4142
"jest-when": "^2.7.0",
4243
"nock": "^11.7.0",
4344
"rewire": "^5.0.0"
45+
},
46+
"resolutions": {
47+
"antlr4": "4.8.0"
4448
}
4549
}

0 commit comments

Comments
 (0)