From b1b316e08dbf8163fbefd97ac176ae7cd6bbb68a Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 9 Apr 2021 13:26:31 +0100 Subject: [PATCH] chore: remove peer deps (#50) We added ipfs-http-client as a peer dep 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 7e20291..16e94c7 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,6 @@ "p-defer": "^3.0.0", "p-queue": "^6.2.1" }, - "peerDependencies": { - "ipfs-http-client": "*" - }, "browser": { "go-ipfs": false },