Skip to content

Commit

Permalink
add: engines
Browse files Browse the repository at this point in the history
  • Loading branch information
james-gates-0212 committed May 7, 2024
1 parent f7c6ff0 commit 7818113
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18",
"npm": ">=8",
"pnpm": ">=9"
},
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc && vite build",
Expand Down

0 comments on commit 7818113

Please sign in to comment.