build(peer-deps): use uws fork backport (#2782)

* build(peer-deps): uws backport

* chore: update to 149 for uws
This commit is contained in:
Crawl
2018-08-31 00:55:31 +02:00
committed by Isabella
parent da2d4d7230
commit 641ee86105
5 changed files with 6 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ For production bots, using node-opus should be considered a necessity, especiall
- One of the following packages can be installed for faster voice packet encryption and decryption:
- [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium`)
- [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers`)
- [uws](https://www.npmjs.com/package/uws) for a much faster WebSocket connection (`npm install uws`)
- [uws](https://www.npmjs.com/package/@discordjs/uws) for a much faster WebSocket connection (`npm install @discordjs/uws`)
## Example usage
```js