feature(package) dword v3.1.0: add authCheck

This commit is contained in:
coderaiser 2016-07-14 21:07:51 +03:00
parent 8044cf04e4
commit 5151f878f5
2 changed files with 3 additions and 2 deletions

View file

@ -119,7 +119,8 @@
dword.listen(socket, {
size: size,
root: root,
prefix: prefix + '/dword'
prefix: prefix + '/dword',
authCheck: authCheck
});
spero.listen(socket, {

View file

@ -82,7 +82,7 @@
"console-io": "^2.7.1",
"copymitter": "^1.8.0",
"criton": "^1.0.0",
"dword": "^3.0.3",
"dword": "^3.1.0",
"edward": "^3.1.0",
"execon": "^1.2.0",
"express": "^4.13.0",