From e4bd1c8adf02f2d2f0bcd5a7c13c0973f7490cbb Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Fri, 7 Jan 2022 15:24:54 +0000 Subject: [PATCH] fix name in title/manifests --- package.json | 14 +++++++------- public/index.html | 2 +- public/manifest.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a0b8439..5268ce1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,13 @@ { - "name": "app", + "name": "retropilot-client", "version": "0.1.0", "private": true, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", @@ -26,12 +32,6 @@ "styled-components": "^5.3.3", "web-vitals": "^1.1.2" }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, "browserslist": { "production": [ ">0.2%", diff --git a/public/index.html b/public/index.html index aa069f2..8a3bb88 100644 --- a/public/index.html +++ b/public/index.html @@ -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`. --> - React App + RetroPilot Client diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..7c6a88f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "RetroPilot", + "name": "RetroPilot Client", "icons": [ { "src": "favicon.ico",