mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Use libsodium.js if available (#1390)
* Use libsodium.js if available
* Style consistency
* Added peer dep and update README
* Link should point to npmjs 🤔
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
"node-opus": "^0.2.5",
|
||||
"opusscript": "^0.0.3",
|
||||
"sodium": "^2.0.1",
|
||||
"uws": "^0.14.1"
|
||||
"uws": "^0.14.1",
|
||||
"libsodium-wrappers": "^0.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"discord.js-docgen": "hydrabolt/discord.js-docgen",
|
||||
|
||||
Reference in New Issue
Block a user