Skip to content

Commit 725f5df

Browse files
authored
fix(libp2p): move delay dep to production dependencies (#1977)
It's used by DCUtR
1 parent 27e00c7 commit 725f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libp2p/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"abortable-iterator": "^5.0.1",
139139
"any-signal": "^4.1.1",
140140
"datastore-core": "^9.0.1",
141+
"delay": "^6.0.0",
141142
"interface-datastore": "^8.2.0",
142143
"it-all": "^3.0.2",
143144
"it-drain": "^3.0.2",
@@ -182,7 +183,6 @@
182183
"@libp2p/websockets": "^7.0.4",
183184
"@types/xsalsa20": "^1.1.0",
184185
"aegir": "^40.0.8",
185-
"delay": "^6.0.0",
186186
"execa": "^7.1.1",
187187
"go-libp2p": "^1.1.1",
188188
"it-pushable": "^3.2.0",

0 commit comments

Comments
 (0)