Skip to content

Commit

Permalink
Revert multipipe upgrade as it breaks Node 4 support
Browse files Browse the repository at this point in the history
- You gotta love projects with no Changelogs
  • Loading branch information
pascalduez committed Oct 20, 2018
1 parent cd25056 commit 22607bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 22607bd

Please sign in to comment.