Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathameshgujjeti committed Sep 23, 2023
1 parent 6dff522 commit fd4b074
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,4 +1,5 @@
{
"homepage": " https://prathameshgujjeti.github.io/Period_Tracker",
"name": "period-tracker",
"version": "0.1.0",
"private": true,
Expand All @@ -17,7 +18,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy":"npm run build",
"deploy":"gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit fd4b074

Please sign in to comment.