Skip to content

Commit b1b316e

Browse files
authoredApr 9, 2021
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.
1 parent 99a6491 commit b1b316e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎package.json

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
"p-defer": "^3.0.0",
3636
"p-queue": "^6.2.1"
3737
},
38-
"peerDependencies": {
39-
"ipfs-http-client": "*"
40-
},
4138
"browser": {
4239
"go-ipfs": false
4340
},

0 commit comments

Comments
 (0)
Please sign in to comment.