Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
kapilsinghnegi committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8764eca commit 9b5b71d
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,16 +11,15 @@
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"tachyons": "^4.12.0",
"typescript": "^5.3.3",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build"
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [

0 comments on commit 9b5b71d

Please sign in to comment.