Skip to content

Commit 181dce8

Browse files
author
Microsoft Learn Student
committed
mfixed typo in package.json
1 parent a1d9ff1 commit 181dce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "todo-list-app",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "http://asiakay.github.io/react-redux-chakraui-todo-list-app)",
5+
"homepage": "http://asiakay.github.io/react-redux-chakraui-todo-list-app",
66
"dependencies": {
77
"@babel/core": "^7.14.3",
88
"@chakra-ui/react": "^1.6.3",
@@ -28,7 +28,7 @@
2828
"test": "react-scripts test",
2929
"eject": "react-scripts eject",
3030
"predeploy": "npm run build",
31-
"deploy": "gh-pages -d build"
31+
"deploy": "gh-pages -d build"
3232
},
3333
"eslintConfig": {
3434
"extends": "react-app"

0 commit comments

Comments
 (0)