From 2d23c2f0e15fefb1e68b2354049ace3b9b745305 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 26 Apr 2019 15:20:54 +0200 Subject: [PATCH] fix: uncaught error: stream.push() after EOF This switches pull-to-stream to v0.1.1 which includes a fix for #967 License: MIT Signed-off-by: Marcin Rataj --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0f5f8dc9..3be53d65a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "promisify-es6": "^1.0.3", "pull-defer": "~0.2.3", "pull-stream": "^3.6.9", - "pull-to-stream": "~0.1.0", + "pull-to-stream": "~0.1.1", "pump": "^3.0.0", "qs": "^6.5.2", "readable-stream": "^3.1.1",