mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Only set density option when using magick loader
to reduce number of warnings from libvips #352
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"author": "Lovell Fuller <npm@lovell.info>",
|
||||
"description": "Benchmark and performance tests for sharp",
|
||||
"scripts": {
|
||||
"test": "node perf && node random && node parallel"
|
||||
"test": "VIPS_WARNING=0 node perf && node random && node parallel"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^1.5.2",
|
||||
|
||||
Reference in New Issue
Block a user