mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Bump prebuild-install (for sharp_local_prebuilds)
This commit is contained in:
parent
bc60daff9e
commit
133f69d66c
@ -102,6 +102,10 @@ To install the prebuilt sharp binaries from a custom URL,
|
|||||||
set the `sharp_binary_host` npm config option
|
set the `sharp_binary_host` npm config option
|
||||||
or the `npm_config_sharp_binary_host` environment variable.
|
or the `npm_config_sharp_binary_host` environment variable.
|
||||||
|
|
||||||
|
To install the prebuilt sharp binaries from a directory on the local filesystem,
|
||||||
|
set the `sharp_local_prebuilds` npm config option
|
||||||
|
or the `npm_config_sharp_local_prebuilds` environment variable.
|
||||||
|
|
||||||
To install the prebuilt libvips binaries from a custom URL,
|
To install the prebuilt libvips binaries from a custom URL,
|
||||||
set the `sharp_libvips_binary_host` npm config option
|
set the `sharp_libvips_binary_host` npm config option
|
||||||
or the `npm_config_sharp_libvips_binary_host` environment variable.
|
or the `npm_config_sharp_libvips_binary_host` environment variable.
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
"color": "^3.1.3",
|
"color": "^3.1.3",
|
||||||
"detect-libc": "^1.0.3",
|
"detect-libc": "^1.0.3",
|
||||||
"node-addon-api": "^3.1.0",
|
"node-addon-api": "^3.1.0",
|
||||||
"prebuild-install": "^6.0.1",
|
"prebuild-install": "^6.1.1",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"simple-get": "^3.1.0",
|
"simple-get": "^3.1.0",
|
||||||
"tar-fs": "^2.1.1",
|
"tar-fs": "^2.1.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user