From ae716872b9d9f711c0f7240a9dbd951d99a9c0ee Mon Sep 17 00:00:00 2001 From: Crawl Date: Fri, 19 Jun 2020 11:48:01 +0200 Subject: [PATCH] chore(deps): remove peer-deps as per npm@7 (#4272) --- package.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/package.json b/package.json index 2d1ce320c..f62c54b97 100644 --- a/package.json +++ b/package.json @@ -56,34 +56,6 @@ "tweetnacl": "^1.0.3", "ws": "^7.2.1" }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "erlpack": "discordapp/erlpack", - "libsodium-wrappers": "^0.7.6", - "sodium": "^3.0.2", - "utf-8-validate": "^5.0.2", - "zlib-sync": "^0.1.6" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "erlpack": { - "optional": true - }, - "libsodium-wrappers": { - "optional": true - }, - "sodium": { - "optional": true - }, - "utf-8-validate": { - "optional": true - }, - "zlib-sync": { - "optional": true - } - }, "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-angular": "^8.3.4",