Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
martincham committed Oct 11, 2024
1 parent d3aea5f commit 7c50913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "martincham.github.io",
"private": false,
"version": "0.0.0",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.1",
Expand Down

0 comments on commit 7c50913

Please sign in to comment.