From de23a5e55b31c66add3e0fa33aca12993bdadc16 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Sun, 19 May 2019 14:13:28 +0100 Subject: [PATCH] fix: add missing dependency async-iterator-all Also cleans up the other dependencies. License: MIT Signed-off-by: Alan Shaw --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index a49bd06..e82410f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "homepage": "https://github.com/ipfs/js-ipfs-unixfs-importer#readme", "devDependencies": { "aegir": "^18.0.2", - "async-iterator-all": "^1.0.0", "async-iterator-buffer-stream": "^1.0.0", "async-iterator-last": "^1.0.0", "chai": "^4.2.0", @@ -51,15 +50,12 @@ "ipld-in-memory": "^2.0.0", "multihashes": "~0.4.14", "nyc": "^14.0.0", - "pull-generate": "^2.2.0", - "pull-traverse": "^1.0.3", "sinon": "^7.1.0" }, "dependencies": { - "async": "^2.6.1", + "async-iterator-all": "^1.0.0", "async-iterator-batch": "~0.0.1", "async-iterator-first": "^1.0.0", - "async-iterator-to-pull-stream": "^1.3.0", "bl": "^3.0.0", "deep-extend": "~0.6.0", "err-code": "^1.1.2", @@ -69,8 +65,6 @@ "left-pad": "^1.3.0", "multicodec": "~0.5.1", "multihashing-async": "~0.7.0", - "stream-to-async-iterator": "~0.2.0", - "stream-to-pull-stream": "^1.7.2", "superstruct": "~0.6.1" }, "optionalDependencies": {