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:
Gryffon Bellish
2019-12-23 17:01:07 -05:00
committed by SpaceEEC
parent 710101c580
commit 45b8971000

View File

@@ -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
}
},