Skip to content

Commit b528912

Browse files
author
Gery Hirschfeld
authored
Merge pull request #140 from WinguMD/fix-build
Force event-stream 4.0.1 Load
2 parents 7e25ce7 + 66d761d commit b528912

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"jsonfile": "5.0.0",
6161
"microframework-w3tec": "^0.6.3",
6262
"morgan": "^1.9.0",
63+
"mysql": "^2.16.0",
6364
"nodemon": "^1.12.1",
6465
"nps": "^5.9.3",
6566
"nps-utils": "^1.5.0",
@@ -80,6 +81,9 @@
8081
"uuid": "^3.3.2",
8182
"winston": "3.1.0"
8283
},
84+
"resolutions": {
85+
"**/event-stream": "^4.0.1"
86+
},
8387
"jest": {
8488
"transform": {
8589
".(ts|tsx)": "<rootDir>/test/preprocessor.js"

0 commit comments

Comments
 (0)