From 87a422942d423bb6660f03f4777753edc1227c59 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 18 Mar 2019 23:10:33 +0000 Subject: [PATCH] Pin prebuild due to breaking change in 8.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14eb17dc..5dfdd6b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", - "version": "0.22.0", + "version": "0.22.0-alpha", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [ @@ -116,7 +116,7 @@ "mocha": "^6.0.2", "mock-fs": "^4.8.0", "nyc": "^13.3.0", - "prebuild": "^8.2.0", + "prebuild": "8.1.0", "prebuild-ci": "^2.3.0", "rimraf": "^2.6.3", "semistandard": "^13.0.1"