Skip to content

Commit b6fb20e

Browse files
committed
fix: Uncaught Error: stream.push() after EOF
This switches pull-to-stream to v0.1.1 which includes a fix for ipfs-inactive#967 License: MIT Signed-off-by: Marcin Rataj <[email protected]>
1 parent 17d49de commit b6fb20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"promisify-es6": "^1.0.3",
5858
"pull-defer": "~0.2.3",
5959
"pull-stream": "^3.6.9",
60-
"pull-to-stream": "~0.1.0",
60+
"pull-to-stream": "~0.1.1",
6161
"pump": "^3.0.0",
6262
"qs": "^6.5.2",
6363
"readable-stream": "^3.1.1",

0 commit comments

Comments
 (0)