Skip to content

Commit

Permalink
Pin engine.io subdependency to avoid local test issues on Node 6
Browse files Browse the repository at this point in the history
Reported upstream in socketio/engine.io#589
  • Loading branch information
rwjblue committed Nov 2, 2019
1 parent b79fb98 commit 8a0dff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"release-it-lerna-changelog": "^1.0.3",
"typescript": "^3.6.3"
},
"resolutions": {
"**/engine.io": "~3.3.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
Expand Down

0 comments on commit 8a0dff8

Please sign in to comment.