Skip to content

Commit

Permalink
Remove unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpotter44 committed Oct 9, 2023
1 parent 94cfdf0 commit 19c4f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 120 deletions.
116 changes: 2 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clinical-trial-matching-service",
"version": "0.0.10",
"version": "0.0.11",
"description": "Provides a core library for interacting with the clinical-trial-matching-engine",
"homepage": "https://github.com/mcode/clinical-trial-matching-service",
"bugs": "https://github.com/mcode/clinical-trial-matching-service/issues",
Expand Down Expand Up @@ -36,9 +36,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"fhirpath": "^3.3.0",
"xml2js": "^0.6.0",
"yauzl": "^2.10.0"
"fhirpath": "^3.3.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand All @@ -48,8 +46,6 @@
"@types/mock-fs": "^4.13.0",
"@types/node": "^18.6.3",
"@types/supertest": "^2.0.9",
"@types/xml2js": "^0.4.5",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.29.0",
Expand Down

0 comments on commit 19c4f56

Please sign in to comment.