mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +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"
|
"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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue