mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) socket.io: support of node < 4 (#121)
This commit is contained in:
parent
3137a23a1c
commit
e238d52444
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@
|
|||
"rendy": "^1.1.0",
|
||||
"restafary": "^2.0.0",
|
||||
"salam": "^1.0.0",
|
||||
"socket.io": "^2.0.1",
|
||||
"socket.io": "^1.0.0",
|
||||
"spero": "^2.0.0",
|
||||
"squad": "^1.1.3",
|
||||
"table": "^4.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue