Skip to content

Commit

Permalink
📦 chore(package): add engines metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3ady committed Oct 6, 2024
1 parent 2b1c16b commit 9f939c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
},
"private": false,
"license": "MIT",
"engines": {
"node": ">=20.18.0",
"pnpm": ">=9.12.0"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "pnpm prebuild && tsc",
Expand Down

0 comments on commit 9f939c7

Please sign in to comment.