Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Aman-Jain committed Jun 19, 2024
1 parent c762bed commit bc4a0b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"homepage": "https://hi-aman-jain.github.io/Soul-Scrolling-Site/",
"name": "scroll-site",
"private": true,
"version": "1.0.0",
"type": "module",

"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "gh-pages -d dist"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "gh-pages -d dist -f"
},
"devDependencies": {
"gh-pages": "^6.1.1",
"vite": "^5.2.0"
Expand Down

0 comments on commit bc4a0b6

Please sign in to comment.