Skip to content

Commit e184cac

Browse files
[chore] Pin zuul version
The CI fails with the new version: https://travis-ci.org/socketio/engine.io-parser/jobs/448690970 > /home/travis/build/[secure]io/engine.io-parser/node_modules/zuul/bin/zuul:332 > throw err.message; > ^ > internet explorer@8: [eval("(window.zuul_msg_bus ? window.zuul_msg_bus.splice(0, 1000) : []);")] Not JSON response
1 parent d848f0f commit e184cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"expect.js": "0.3.1",
1010
"mocha": "^5.2.0",
1111
"socket.io-browsers": "^1.0.2",
12-
"zuul": "^3.12.0",
12+
"zuul": "3.11.1",
1313
"zuul-ngrok": "4.0.0"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)