Skip to content

Commit

Permalink
update: rename project and specify engine requirements in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuzat committed Dec 27, 2024
1 parent f0a1729 commit 6d929e9
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
@@ -1,8 +1,11 @@
{
"name": "tsuzat.com-svelte5",
"name": "tsuzat.com",
"private": true,
"version": "0.0.1",
"type": "module",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit 6d929e9

Please sign in to comment.