From 9a7162ca48d55e944b2e500228f8bb4fbe42d8b6 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 20 Mar 2019 14:41:43 +0000 Subject: [PATCH] chore: update stream-to-pull-stream dependency Pending resolution of https://github.com/pull-stream/stream-to-pull-stream/pull/16. The extra `destroy` function causes babel to throw after https://github.com/babel/babel/pull/9493 was merged and released. License: MIT Signed-off-by: Alan Shaw --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a86823527f..287a1e66d9 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "pump": "^3.0.0", "readable-stream": "^3.1.1", "receptacle": "^1.3.2", - "stream-to-pull-stream": "^1.7.2", + "stream-to-pull-stream": "github:pull-stream/stream-to-pull-stream#fix/remove-unused-destroy", "tar-stream": "^2.0.0", "temp": "~0.9.0", "update-notifier": "^2.5.0",