Skip to content

Commit 11625a8

Browse files
authored
Merge pull request #64 from mcode/antlr-round-2
Antlr round 2
2 parents 17829d5 + 5b0f6b1 commit 11625a8

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 5 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,11 +20,12 @@
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",
2727
"fhir-crud-client": "^1.2.1",
28-
"fhirpath": "^2.1.5",
28+
"fhirpath": "2.1.5",
2929
"lodash": "^4.17.19",
3030
"moment": "^2.26.0",
3131
"nodemailer": "^6.4.14",
@@ -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)