From 130e90ed30479705bbe4eb6a4c3e71ba9c5c8d10 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 15 Apr 2021 14:30:51 +0100 Subject: [PATCH] chore: remove peer deps We added peer deps to signal to the user that they should add the modules they depend on as deps of their project. Starting with npm7 all peer deps get installed automatically which defeats the purpose of our use of peer deps, so let's remove them. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index c663177..f242699 100644 --- a/package.json +++ b/package.json @@ -66,9 +66,6 @@ "time-cache": "^0.3.0", "uint8arrays": "^2.1.4" }, - "peerDependencies": { - "libp2p": "^0.30.0" - }, "contributors": [ "David Dias ", "Vasco Santos ",