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 { #chat .row {
display: table-row; display: table-row;
word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
} }
#chat .row span { #chat .row span {
@ -363,6 +362,7 @@ button {
} }
#chat .text { #chat .text {
padding-left: 10px; padding-left: 10px;
padding-right: 5px;
} }
#chat .text a { #chat .text a {
word-break: break-all; 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" "url": "https://github.com/erming/shout.git"
}, },
"dependencies": { "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", "slate-irc": "https://github.com/erming/slate-irc/tarball/master",
"moment": "~2.5.1", "socket.io": "^1.0.6"
"connect": "~2.14.3",
"socket.io": "~0.9.16"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",