Files
squoosh/codecs/imagequant/package.json
Ingvar Stepanyan 1a26057452 Switch from napa to curl
Instead of using 127 deps brought by napa just to download the one dependency we actually care about, just use curl & tar directly from Makefile.
2020-07-30 13:28:41 +01:00

7 lines
78 B
JSON

{
"name": "imagequant",
"scripts": {
"build": "../build-cpp.sh"
}
}