Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keyskull committed Jun 1, 2024
1 parent 2dcd192 commit 9648e4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "cross-env-shell \"$PREINSTALL_CMD\"",
"vercel_install": "cross-env-shell \"$PREINSTALL_CMD\"",
"start": "next start",
"lint": "next lint"
},
Expand All @@ -17,7 +17,6 @@
"autoprefixer": "^10.4.19",
"axios": "^1.6.5",
"next": "^14.2.3",
"sharp": "*",
"zod": "^3.23.7"
},
"prettier": {
Expand Down

0 comments on commit 9648e4c

Please sign in to comment.