From c6b3fbdc5e2d3fc50f7fffc12f941fd868c0ea52 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Wed, 17 Feb 2021 09:05:42 +0000 Subject: [PATCH] build(postinstall): uses fork of postinstall-postinstall to fix macOS builds (#551) --- package.json | 2 +- yarn.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4d5c75e02..e9cf4c195 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ospath": "^1.2.2", "patch-package": "^6.2.2", "pex-context": "^2.10.2", - "postinstall-postinstall": "^2.1.0", + "postinstall-postinstall": "github:simply-vat/postinstall-postinstall", "promise-worker": "^2.0.1", "promise-worker-transferable": "^1.0.4", "recursive-deps": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 0f57666f5..512b57abe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9535,10 +9535,9 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.3 source-map "^0.6.1" supports-color "^6.1.0" -postinstall-postinstall@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3" - integrity sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ== +"postinstall-postinstall@github:simply-vat/postinstall-postinstall": + version "2.0.0" + resolved "https://codeload.github.com/simply-vat/postinstall-postinstall/tar.gz/59b0064272e72ab62eab205d6c63e7e60495b097" prelude-ls@~1.1.2: version "1.1.2"