Skip to content

Commit

Permalink
chore: change minimum node version to v14 - closes #226
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed May 8, 2022
1 parent 0f72e2b commit ea5d389
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"gh-pages": "3.2.3"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"gifwrap": "^0.10.1"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14.0.0"
},
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14.0.0"
},
"types": "dist/sqip.d.ts",
"main": "dist/sqip.js",
Expand Down

0 comments on commit ea5d389

Please sign in to comment.