From dc66c43fa18900d3852dfd86c734f70bd9980974 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 4 Sep 2018 20:33:04 +0100 Subject: [PATCH] downgraded parallelshell due to https://github.com/darkguy2008/parallelshell/issues/57 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb8acbecf7..3fde5a240b 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "matrix-mock-request": "^1.2.1", "matrix-react-test-utils": "^0.1.1", "mocha": "^5.0.5", - "parallelshell": "^3.0.2", + "parallelshell": "3.0.1", "react-addons-test-utils": "^15.4.0", "require-json": "0.0.1", "rimraf": "^2.4.3",