Update ParseWebSocketServer.js (#5860)

* Update ParseWebSocketServer.js

fix wss:// error by requiring 'ws' module, remove uws as it has been deprecated and removed from npm

* Update ParseWebSocketServer.js

* remove uws
This commit is contained in:
Zeal Murapa
2019-07-29 05:17:09 +02:00
committed by Diamond Lewis
parent 1903f59db5
commit 4f21c36825
3 changed files with 3 additions and 14 deletions

View File

@@ -108,8 +108,7 @@
"parse-server": "./bin/parse-server"
},
"optionalDependencies": {
"bcrypt": "3.0.6",
"uws": "10.148.1"
"bcrypt": "3.0.6"
},
"collective": {
"type": "opencollective",