Skip to content

Commit 517fbd7

Browse files
authored
Merge pull request #908 from jembi/notification-missing-packages
Missing fhir types in notification causes service to crash
2 parents 530e9ff + d889379 commit 517fbd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/notification/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@
3939
"winston": "^3.0.0"
4040
},
4141
"devDependencies": {
42+
"@types/fhir": "^0.0.30",
4243
"@types/jest": "^24.0.13",
4344
"cross-env": "^5.2.0",
4445
"jest": "24.7.1",
4546
"jest-fetch-mock": "^2.1.2",
47+
"lint-staged": "^7.1.0",
4648
"nodemon": "^1.17.5",
4749
"prettier": "^1.15.2",
4850
"ts-jest": "^24.0.2",
49-
"lint-staged": "^7.1.0",
5051
"ts-node": "^6.1.1",
5152
"tsconfig-paths": "^3.8.0",
5253
"tslint": "^5.17.0",

0 commit comments

Comments
 (0)