mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00: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:
parent
710101c580
commit
45b8971000
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue