From ef7acef671eef9c51f802ee1b24e02d021fb6185 Mon Sep 17 00:00:00 2001 From: Kaylee <34007889+KayleePop@users.noreply.github.com> Date: Fri, 3 Jan 2020 14:26:51 -0600 Subject: [PATCH] downgrade end-of-stream to v1.4.1 The minor update in our version range was breaking. We can update it later when it's fixed. even without an NPM bump, this is patch is useful to just let the CI tests work issue: https://github.com/webtorrent/webtorrent/issues/1757 (should maybe keep that open until we can re-enable updates for the package though) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51c6c61c..9a511f03 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "chunk-store-stream": "^4.0.0", "create-torrent": "^4.0.0", "debug": "^4.1.0", - "end-of-stream": "^1.1.0", + "end-of-stream": "1.4.1", "escape-html": "^1.0.3", "fs-chunk-store": "^2.0.0", "http-node": "github:feross/http-node#webtorrent",