Skip to content

Commit

Permalink
chore: remove peer deps (#50)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achingbrain authored Apr 9, 2021
1 parent 99a6491 commit b1b316e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
"p-defer": "^3.0.0",
"p-queue": "^6.2.1"
},
"peerDependencies": {
"ipfs-http-client": "*"
},
"browser": {
"go-ipfs": false
},
Expand Down

0 comments on commit b1b316e

Please sign in to comment.