Update to Socket.IO 1.0

This commit is contained in:
Mattias Erming 2014-06-20 03:33:49 +02:00
parent fe014fc66d
commit 5736422a73
4 changed files with 5912 additions and 3613 deletions

File diff suppressed because one or more lines are too long

View file

@ -339,7 +339,6 @@ button {
}
#chat .row {
display: table-row;
word-break: break-all;
word-wrap: break-word;
}
#chat .row span {
@ -363,6 +362,7 @@ button {
}
#chat .text {
padding-left: 10px;
padding-right: 5px;
}
#chat .text a {
word-break: break-all;

File diff suppressed because one or more lines are too long

View file

@ -24,11 +24,11 @@
"url": "https://github.com/erming/shout.git"
},
"dependencies": {
"lodash": "~2.4.1",
"connect": "^2.19.6",
"lodash": "^2.4.1",
"moment": "^2.7.0",
"slate-irc": "https://github.com/erming/slate-irc/tarball/master",
"moment": "~2.5.1",
"connect": "~2.14.3",
"socket.io": "~0.9.16"
"socket.io": "^1.0.6"
},
"devDependencies": {
"grunt": "^0.4.5",