feature(package) dword v7.0.0

This commit is contained in:
coderaiser 2018-03-30 10:54:08 +03:00
parent 63fe6beac2
commit 0dd475fcff
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@
"currify": "^2.0.3",
"deepmerge": "^2.0.0",
"deepword": "^3.0.0",
"dword": "^6.0.0",
"dword": "^7.0.0",
"edward": "^7.0.0",
"es6-promisify": "^6.0.0",
"execon": "^1.2.0",

View file

@ -133,7 +133,7 @@ function listen(prefix, socket) {
dword.listen(socket, {
root,
authCheck,
auth,
prefix: prefix + '/dword',
});