Skip to content

Commit

Permalink
chore: add engines and packageManager to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 16, 2024
1 parent 14a4c13 commit 912d974
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.27",
"vue-tsc": "^2.0.18"
}
},
"engines": {
"node": ">=18.0"
},
"packageManager": "pnpm@9.1.1"
}

0 comments on commit 912d974

Please sign in to comment.