Skip to content

Commit 1555d0e

Browse files
committed
Trying this again
1 parent 17829d5 commit 1555d0e

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"main": "src/",
1414
"scripts": {
15-
"preinstall": "npx npm-force-resolutions",
1615
"lint": "eslint \"./**/*.js\"",
1716
"lint-fix": "eslint \"./**/*.js\" --fix",
1817
"test": "cross-env LOGGING=none jest",
@@ -21,6 +20,7 @@
2120
"license": "Apache-2.0",
2221
"dependencies": {
2322
"ajv": "^6.12.6",
23+
"antlr4": "^4.8.0",
2424
"axios": "^0.19.0",
2525
"commander": "^6.2.0",
2626
"csv-parse": "^4.8.8",
@@ -42,8 +42,5 @@
4242
"jest-when": "^2.7.0",
4343
"nock": "^11.7.0",
4444
"rewire": "^5.0.0"
45-
},
46-
"resolutions": {
47-
"antlr4": "4.8.0"
4845
}
4946
}

0 commit comments

Comments
 (0)