From 2408d9067483451fdd40eed98399db958f7bf672 Mon Sep 17 00:00:00 2001 From: ScottFreeCode Date: Wed, 21 Jun 2017 01:45:22 -0400 Subject: [PATCH] Make dependencies use older version of readable-stream to work around incompatibilities introduced by 2.3.0 on June 19th --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8102546afe..e225bfa448 100644 --- a/package.json +++ b/package.json @@ -343,6 +343,7 @@ "nyc": "^10.0.0", "os-name": "^2.0.1", "phantomjs": "1.9.8", + "readable-stream": "2.2.11", "rimraf": "^2.5.2", "should": "^9.0.2", "through2": "^2.0.1",