Pin prebuild due to breaking change in 8.2.0

This commit is contained in:
Lovell Fuller 2019-03-18 23:10:33 +00:00
parent ac515121e5
commit 87a422942d

View File

@ -1,7 +1,7 @@
{ {
"name": "sharp", "name": "sharp",
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "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 <npm@lovell.info>", "author": "Lovell Fuller <npm@lovell.info>",
"homepage": "https://github.com/lovell/sharp", "homepage": "https://github.com/lovell/sharp",
"contributors": [ "contributors": [
@ -116,7 +116,7 @@
"mocha": "^6.0.2", "mocha": "^6.0.2",
"mock-fs": "^4.8.0", "mock-fs": "^4.8.0",
"nyc": "^13.3.0", "nyc": "^13.3.0",
"prebuild": "^8.2.0", "prebuild": "8.1.0",
"prebuild-ci": "^2.3.0", "prebuild-ci": "^2.3.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"semistandard": "^13.0.1" "semistandard": "^13.0.1"