mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
chore: mark optional peerDependencies as optional (#3511)
This commit is contained in:
parent
3a9eb5b929
commit
3c634b2a26
1 changed files with 23 additions and 0 deletions
23
package.json
23
package.json
|
|
@ -54,6 +54,29 @@
|
|||
"zlib-sync": "^0.1.4",
|
||||
"zucc": "^0.1.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@discordjs/uws": {
|
||||
"optional": true
|
||||
},
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
"erlpack": {
|
||||
"optional": true
|
||||
},
|
||||
"libsodium-wrappers": {
|
||||
"optional": true
|
||||
},
|
||||
"sodium": {
|
||||
"optional": true
|
||||
},
|
||||
"zlib-sync": {
|
||||
"optional": true
|
||||
},
|
||||
"zucc": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.12.24",
|
||||
"@types/ws": "^6.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue