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

Commit 83d4075

Browse files
Alan Shawachingbrain
Alan Shaw
authored andcommitted
fix: add missing dependency async-iterator-all (#26)
Also cleans up the other dependencies. License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent b639e3b commit 83d4075

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"homepage": "https://github.com./ipfs/js-ipfs-unixfs-importer#readme",
4040
"devDependencies": {
4141
"aegir": "^18.0.2",
42-
"async-iterator-all": "^1.0.0",
4342
"async-iterator-buffer-stream": "^1.0.0",
4443
"async-iterator-last": "^1.0.0",
4544
"chai": "^4.2.0",
@@ -51,15 +50,12 @@
5150
"ipld-in-memory": "^2.0.0",
5251
"multihashes": "~0.4.14",
5352
"nyc": "^14.0.0",
54-
"pull-generate": "^2.2.0",
55-
"pull-traverse": "^1.0.3",
5653
"sinon": "^7.1.0"
5754
},
5855
"dependencies": {
59-
"async": "^2.6.1",
56+
"async-iterator-all": "^1.0.0",
6057
"async-iterator-batch": "~0.0.1",
6158
"async-iterator-first": "^1.0.0",
62-
"async-iterator-to-pull-stream": "^1.3.0",
6359
"bl": "^3.0.0",
6460
"deep-extend": "~0.6.0",
6561
"err-code": "^1.1.2",
@@ -69,8 +65,6 @@
6965
"left-pad": "^1.3.0",
7066
"multicodec": "~0.5.1",
7167
"multihashing-async": "~0.7.0",
72-
"stream-to-async-iterator": "~0.2.0",
73-
"stream-to-pull-stream": "^1.7.2",
7468
"superstruct": "~0.6.1"
7569
},
7670
"optionalDependencies": {

0 commit comments

Comments
 (0)