mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) console-io v7.0.0
This commit is contained in:
parent
e688e9d39e
commit
a36f862938
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@
|
|||
"apart": "^1.0.1",
|
||||
"chalk": "^2.0.1",
|
||||
"checkup": "^1.3.0",
|
||||
"console-io": "^6.0.1",
|
||||
"console-io": "^7.0.0",
|
||||
"copymitter": "^2.0.0",
|
||||
"criton": "^1.0.0",
|
||||
"currify": "^2.0.3",
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ function listen(prefix, socket) {
|
|||
});
|
||||
|
||||
config('console') && konsole.listen(socket, {
|
||||
authCheck,
|
||||
auth,
|
||||
prefix: prefix + '/console',
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue