mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 04:41:11 +00:00
Mark peer dependencies as optional (#3066)
This commit is contained in:
parent
45a17e7ebd
commit
f61c044b26
1 changed files with 23 additions and 0 deletions
23
package.json
23
package.json
|
|
@ -48,6 +48,29 @@
|
|||
"sodium": "^2.0.3",
|
||||
"@discordjs/uws": "^10.149.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"erlpack": {
|
||||
"optional": true
|
||||
},
|
||||
"node-opus": {
|
||||
"optional": true
|
||||
},
|
||||
"opusscript": {
|
||||
"optional": true
|
||||
},
|
||||
"sodium": {
|
||||
"optional": true
|
||||
},
|
||||
"libsodium-wrappers": {
|
||||
"optional": true
|
||||
},
|
||||
"uws": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^9.4.6",
|
||||
"discord.js-docgen": "discordjs/docgen",
|
||||
|
|
|
|||
Loading…
Reference in a new issue