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:
committed by
Diamond Lewis
parent
1903f59db5
commit
4f21c36825
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user