Skip to content

Commit

Permalink
"Update package.json: added 'engines' section with node version const…
Browse files Browse the repository at this point in the history
…raint and updated version field"
  • Loading branch information
lrmn7 committed Jun 19, 2024
1 parent f52d17d commit a12cd8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"version": "2.0.0"
"version": "2.0.0",
"engines": {
"node": ">= 18"
}
}

0 comments on commit a12cd8d

Please sign in to comment.