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 {
|
#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;
|
||||||
|
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"
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user