From 2b87ee958a8292a20f60ff4f86dada493a165980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 4 Jan 2021 16:48:51 +0200 Subject: [PATCH] Changed package name --- package-lock.json | 2 +- package.json | 4 ++-- public/index.html | 2 +- public/manifest.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f28b28b..ebdf7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "second-clock", + "name": "stopwatch", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 620918c..ce917d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "second-clock", + "name": "stopwatch", "version": "0.1.0", - "description": "Second Clock", + "description": "Stopwatch", "author": "Christer Warén", "private": true, "homepage": "http://g2vb-h3ut-r9pw-ixj3.devices.waren.io:3000", diff --git a/public/index.html b/public/index.html index aa069f2..982deac 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 + Stopwatch diff --git a/public/manifest.json b/public/manifest.json index 65cade0..943d8f1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Second Clock", - "name": "Second Clock", + "short_name": "Stopwatch", + "name": "Stopwatch", "icons": [ { "src": "favicon.ico",