Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
chore: remove peer deps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achingbrain authored Apr 15, 2021
1 parent 8d60b68 commit 130e90e
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 @@ -66,9 +66,6 @@
"time-cache": "^0.3.0",
"uint8arrays": "^2.1.4"
},
"peerDependencies": {
"libp2p": "^0.30.0"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
Expand Down

0 comments on commit 130e90e

Please sign in to comment.