mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@discordjs/uws": {
|
||||
"optional": true
|
||||
},
|
||||
"bufferutil": {
|
||||
"optional": true
|
||||
},
|
||||
@@ -68,10 +65,10 @@
|
||||
"sodium": {
|
||||
"optional": true
|
||||
},
|
||||
"zlib-sync": {
|
||||
"utf-8-validate": {
|
||||
"optional": true
|
||||
},
|
||||
"zucc": {
|
||||
"zlib-sync": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user