[chore] Use uws as default wsEngine, and ws as fallback (#459)

This commit is contained in:
Jérémy Lal
2016-12-12 22:02:03 +01:00
committed by Damien Arrachequesne
parent 10e3802051
commit 7e50871c41
4 changed files with 36 additions and 19 deletions

View File

@@ -46,11 +46,13 @@
"gulp-nsp": "^2.4.1",
"mocha": "2.3.4",
"s": "0.1.1",
"superagent": "0.15.4",
"uws": "0.4.0"
"superagent": "0.15.4"
},
"optionalDependencies": {
"uws": "0.12.0"
},
"scripts": {
"test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
"test": "gulp test; EIO_WS_ENGINE=ws gulp test;"
},
"repository": {
"type": "git",