Skip to content

Commit 15b7704

Browse files
committed
BREAKING CHANGE: add Node engines field
Drop support for Node.js versions before 14
1 parent 0529888 commit 15b7704

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-calc",
3-
"version": "8.2.4",
3+
"version": "9.0.0",
44
"description": "PostCSS plugin to reduce calc()",
55
"keywords": [
66
"css",
@@ -46,6 +46,9 @@
4646
"curly": "error"
4747
}
4848
},
49+
"engines": {
50+
"node": "^14 || ^16 || >=18.0"
51+
},
4952
"devDependencies": {
5053
"@types/node": "^18.16.2",
5154
"eslint": "^8.39.0",

0 commit comments

Comments
 (0)