Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 7b76f4b

Browse files
committed
fix: move async-iterator-first out of dev deps
1 parent 5d260ab commit 7b76f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"aegir": "^18.0.2",
4242
"async-iterator-all": "^1.0.0",
4343
"async-iterator-buffer-stream": "^1.0.0",
44-
"async-iterator-first": "^1.0.0",
4544
"async-iterator-last": "^1.0.0",
4645
"chai": "^4.2.0",
4746
"cids": "~0.7.1",
@@ -59,6 +58,7 @@
5958
"dependencies": {
6059
"async": "^2.6.1",
6160
"async-iterator-batch": "~0.0.1",
61+
"async-iterator-first": "^1.0.0",
6262
"async-iterator-to-pull-stream": "^1.3.0",
6363
"bl": "^3.0.0",
6464
"deep-extend": "~0.6.0",

0 commit comments

Comments
 (0)