From 330f6539492b313e9cdfd64e59a955e0c32ed745 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 8 Apr 2021 16:30:38 +0100 Subject: [PATCH] chore: remove peer deps 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 },