Skip to content

Commit 8a0dff8

Browse files
author
Robert Jackson
committed
Pin engine.io subdependency to avoid local test issues on Node 6
Reported upstream in socketio/engine.io#589
1 parent b79fb98 commit 8a0dff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
"release-it-lerna-changelog": "^1.0.3",
7777
"typescript": "^3.6.3"
7878
},
79+
"resolutions": {
80+
"**/engine.io": "~3.3.0"
81+
},
7982
"engines": {
8083
"node": "6.* || 8.* || >= 10.*"
8184
},

0 commit comments

Comments
 (0)