mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13:33:30 +01:00
chore: mark optional peerDependencies as optional (#3511)
This commit is contained in:
23
package.json
23
package.json
@@ -54,6 +54,29 @@
|
|||||||
"zlib-sync": "^0.1.4",
|
"zlib-sync": "^0.1.4",
|
||||||
"zucc": "^0.1.0"
|
"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": {
|
"devDependencies": {
|
||||||
"@types/node": "^10.12.24",
|
"@types/node": "^10.12.24",
|
||||||
"@types/ws": "^6.0.1",
|
"@types/ws": "^6.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user