From 45b89710008d207da22000dcb633c0c0236db17e Mon Sep 17 00:00:00 2001 From: Gryffon Bellish Date: Mon, 23 Dec 2019 17:01:07 -0500 Subject: [PATCH] deps: mark utf-8-validate as optional, remove mentions of uws and zucc (#3638) * Mark utf-8-validate as optional * remove uws and zucc --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c8decaa3b..6522e2f45 100644 --- a/package.json +++ b/package.json @@ -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 } },