Skip to content

Commit

Permalink
Update site title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmalya24 committed Oct 30, 2020
1 parent ca90117 commit a60c168
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 1 deletion.
159 changes: 159 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "covid-numbers",
"version": "0.1.0",
"private": true,
"homepage": "https://nirmalya24.github.io/covid-numbers",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^5.11.5",
Expand All @@ -10,6 +11,7 @@
"axios": "^0.21.0",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"gh-pages": "^3.1.0",
"react": "^17.0.1",
"react-chartjs-2": "^2.10.0",
"react-countup": "^4.3.3",
Expand All @@ -18,6 +20,8 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>COVID number | Nirmalya Ghosh</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit a60c168

Please sign in to comment.