Skip to content

Commit 8977862

Browse files
authored
fix(@libp2p/interface-compliance-tests): add aegir to deps (#1983)
Given that this package is primarily responsible for testing, I think that `aegir` is required as a dependency to utilize it properly. Closes #1974
1 parent ea68804 commit 8977862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/interface-compliance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"@libp2p/peer-id-factory": "^3.0.3",
112112
"@multiformats/multiaddr": "^12.1.5",
113113
"abortable-iterator": "^5.0.1",
114+
"aegir": "^40.0.11",
114115
"delay": "^6.0.0",
115116
"it-all": "^3.0.2",
116117
"it-drain": "^3.0.2",
@@ -134,7 +135,6 @@
134135
"uint8arrays": "^4.0.6"
135136
},
136137
"devDependencies": {
137-
"aegir": "^40.0.8",
138138
"protons": "^7.0.2"
139139
}
140140
}

0 commit comments

Comments
 (0)