Merge pull request #1061 from atjn/engines

Specify supported node versions
This commit is contained in:
Surma
2021-06-21 12:58:28 +01:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

3
cli/package-lock.json generated
View File

@@ -18,6 +18,9 @@
"bin": {
"cli": "src/index.js",
"squoosh-cli": "src/index.js"
},
"engines": {
"node": " ^12.20.2 || ^14.13.1 || ^16.0.0 "
}
},
"node_modules/@squoosh/lib": {

View File

@@ -19,6 +19,9 @@
"keywords": [],
"author": "Google Chrome Developers <chromium-dev@google.com>",
"license": "Apache-2.0",
"engines": {
"node": " ^12.20.2 || ^14.13.1 || ^16.0.0 "
},
"dependencies": {
"@squoosh/lib": "^0.2.0",
"commander": "^7.2.0",

View File

@@ -18,6 +18,9 @@
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
},
"license": "Apache-2.0",
"engines": {
"node": " ^12.5.0 || ^14.0.0 || ^16.0.0 "
},
"dependencies": {
"web-streams-polyfill": "^3.0.3"
},