Skip to content

Commit

Permalink
Made changes to json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiksonIvySon committed Mar 3, 2024
1 parent 9acc2a9 commit 2599f9b
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 1 deletion.
160 changes: 160 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://diksonivyson.github.io/Grand-Delight",
"name": "littlelemon",
"version": "0.1.0",
"private": true,
Expand All @@ -16,7 +17,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll --coverage",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand All @@ -37,6 +40,7 @@
]
},
"devDependencies": {
"gh-pages": "^6.1.1",
"react-router-dom": "^6.14.1"
}
}

0 comments on commit 2599f9b

Please sign in to comment.