use uWS as optional dependency for ws server (#3231)

* use uWS as optional dependency for ws server

* Update ParseWebSocketServer.js
This commit is contained in:
Florent Vilmart
2017-01-14 10:43:31 -05:00
committed by Arthur Cinader
parent b2a3479dbf
commit c26db2248f
3 changed files with 14 additions and 3 deletions

View File

@@ -84,6 +84,7 @@
"parse-server": "./bin/parse-server"
},
"optionalDependencies": {
"bcrypt": "1.0.2"
"bcrypt": "1.0.2",
"uws": "^0.12.0"
}
}