Update to Socket.IO 1.0
This commit is contained in:
parent
fe014fc66d
commit
5736422a73
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
4
client/js/components.min.js
vendored
4
client/js/components.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user