Skip to content

Commit

Permalink
chore: ajust engines to condize with npmrc (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Almeida <[email protected]>
  • Loading branch information
PiluVitu and aalmeida00 authored May 28, 2024
1 parent 83c773a commit 3994ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"version": "0.0.0",
"engines": {
"node": "^20",
"pnpm": "^8"
"node": "20.x",
"pnpm": "8.x"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 3994ad3

Please sign in to comment.