Skip to content

Commit

Permalink
fix(AppName): update it
Browse files Browse the repository at this point in the history
  • Loading branch information
antekai committed Oct 21, 2018
1 parent 09b8198 commit 0cd4705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-map-app",
"name": "gmap",
"version": "0.0.0-development",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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>react-map-app</title>
</head>
<body>
<noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "React-map",
"name": "react-map-app",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit 0cd4705

Please sign in to comment.