Skip to content

Commit

Permalink
fix: make @libp2p/interface a dependency (#159)
Browse files Browse the repository at this point in the history
This should be a dep not a dev dep.

Refs #158
  • Loading branch information
achingbrain authored Dec 29, 2023
1 parent ae6354b commit 546ecf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/interface": "^0.1.4",
"@libp2p/kad-dht": "^10.0.11",
"@libp2p/logger": "^3.0.2",
"@libp2p/peer-id": "^3.0.2",
Expand All @@ -174,7 +175,6 @@
"uint8arrays": "^4.0.3"
},
"devDependencies": {
"@libp2p/interface": "^0.1.4",
"@libp2p/peer-id-factory": "^3.0.3",
"@types/dns-packet": "^5.6.4",
"aegir": "^41.1.14",
Expand Down

0 comments on commit 546ecf0

Please sign in to comment.