Skip to content

Commit f6d4ea1

Browse files
authored
Add engines field to specify Node.js version
1 parent af9fd1e commit f6d4ea1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
},
2828
"keywords": [],
2929
"author": "Gregor Martynus (https://twitter.com/gr2m)",
30-
"license": "MIT"
30+
"license": "MIT",
31+
"engines": {
32+
"node": ">=22.0.0"
33+
}
3134
}

0 commit comments

Comments
 (0)