petethepig / devtools-terminal

Terminal in Chrome Devtools
http://blog.dfilimonov.com/2013/09/12/devtools-terminal.html
MIT License
1.31k stars 89 forks source link

Lock devtools-terminal to Socket.io 0.9.x #58

Closed addyosmani closed 10 years ago

addyosmani commented 10 years ago

At present, the extension fails as we're relying on the latest versions of all dependencies, in particular socket.io. This change locks the extension in to an older version of that dependency and adds explicit transports and polling durations. Works for me with a local npm install.

Happy to revise the PR if there is more work needed.

petethepig commented 10 years ago

Thanks Addy!

addyosmani commented 10 years ago

npnp! :)