Skip to content

Commit

Permalink
corrected errors in json script
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeeps29 committed Apr 18, 2024
1 parent c0256f8 commit 3d848bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "to-do-app",
"version": "0.1.0",
"private": true,
"homepage":"http://sandeeps29.github.io/Todo-App",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand All @@ -16,7 +17,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"preload":"npm run build",
"predeploy":"npm run build",
"deploy":"gh-pages -d build"
},
"eslintConfig": {
Expand Down

0 comments on commit 3d848bf

Please sign in to comment.