From 22607bd8156c8948249f536aef8e50573b6d498d Mon Sep 17 00:00:00 2001 From: Pascal Duez Date: Sat, 20 Oct 2018 11:41:27 +0200 Subject: [PATCH] Revert multipipe upgrade as it breaks Node 4 support - You gotta love projects with no Changelogs --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d02f29c8..6b7b8755 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "lodash.uniq": "^4.5.0", "minimatch": "^3.0.4", "mkdirp": "^0.5.0", - "multipipe": "^2.0.3", + "multipipe": "1.0.2", "rimraf": "^2.6.2", "safe-wipe": "0.*", "sass-convert": "^0.5.0", diff --git a/yarn.lock b/yarn.lock index 380fec8d..e179f9bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3459,10 +3459,10 @@ ms@2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= -multipipe@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-2.0.3.tgz#2305ecf8f69cc67737f507c460e6aec0a41eacfb" - integrity sha512-OtUaPHj/mrk2dh+34+uw7RGGg7rhOcV7UVjhyHM3zk/yvUq7580G5XNEw9elzjR2N92GmB+YxgS/b0+xo8zHPQ== +multipipe@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-1.0.2.tgz#cc13efd833c9cda99f224f868461b8e1a3fd939d" + integrity sha1-zBPv2DPJzamfIk+GhGG44aP9k50= dependencies: duplexer2 "^0.1.2" object-assign "^4.1.0"