mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
deps: mark utf-8-validate as optional, remove mentions of uws and zucc (#3638)
* Mark utf-8-validate as optional * remove uws and zucc
This commit is contained in:
committed by
SpaceEEC
parent
710101c580
commit
45b8971000
@@ -53,9 +53,6 @@
|
|||||||
"zlib-sync": "^0.1.6"
|
"zlib-sync": "^0.1.6"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@discordjs/uws": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"bufferutil": {
|
"bufferutil": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
@@ -68,10 +65,10 @@
|
|||||||
"sodium": {
|
"sodium": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"zlib-sync": {
|
"utf-8-validate": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"zucc": {
|
"zlib-sync": {
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user