Skip to content

Commit 6ff7053

Browse files
committed
fix: add node and pnpm versions to package.json
1 parent 97976f4 commit 6ff7053

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
@@ -16,6 +16,10 @@
1616
"files": [
1717
"dist"
1818
],
19+
"packageManager": "[email protected]",
20+
"engines": {
21+
"node": ">=24"
22+
},
1923
"main": "./dist/index.js",
2024
"module": "./dist/index.js",
2125
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)