Skip to content

Commit 53744c9

Browse files
committed
📦 chore(package): add engines metadata
1 parent 2b1c16b commit 53744c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
},
88
"private": false,
99
"license": "MIT",
10+
"engines": {
11+
"node": ">=v20.18.0",
12+
"pnpm": ">=9.12.0"
13+
},
1014
"scripts": {
1115
"prebuild": "rimraf dist",
1216
"build": "pnpm prebuild && tsc",

0 commit comments

Comments
 (0)