Skip to content

Commit

Permalink
fix(@libp2p/interface-compliance-tests): add aegir to deps (#1983)
Browse files Browse the repository at this point in the history
Given that this package is primarily responsible for testing, I think that `aegir` is required as a dependency to utilize it properly.

Closes #1974
  • Loading branch information
maschad committed Aug 24, 2023
1 parent ea68804 commit 8977862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interface-compliance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"@libp2p/peer-id-factory": "^3.0.3",
"@multiformats/multiaddr": "^12.1.5",
"abortable-iterator": "^5.0.1",
"aegir": "^40.0.11",
"delay": "^6.0.0",
"it-all": "^3.0.2",
"it-drain": "^3.0.2",
Expand All @@ -134,7 +135,6 @@
"uint8arrays": "^4.0.6"
},
"devDependencies": {
"aegir": "^40.0.8",
"protons": "^7.0.2"
}
}

0 comments on commit 8977862

Please sign in to comment.