Upgrade libvips to v8.10.0

This commit is contained in:
Lovell Fuller 2020-08-23 15:36:03 +01:00
parent 3917efdebd
commit 7980341923

View File

@ -131,15 +131,15 @@
"icc": "^2.0.0", "icc": "^2.0.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"mocha": "^8.1.1", "mocha": "^8.1.1",
"mock-fs": "^4.12.0", "mock-fs": "^4.13.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prebuild": "^10.0.0", "prebuild": "^10.0.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"semistandard": "^14.2.3" "semistandard": "^14.2.3"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"config": { "config": {
"libvips": "8.10.0-rc4", "libvips": "8.10.0",
"runtime": "napi", "runtime": "napi",
"target": 3 "target": 3
}, },