1
0

Changed package name

This commit is contained in:
Christer Warén 2021-01-04 16:48:51 +02:00
parent ed92909aa5
commit 2b87ee958a
4 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "second-clock", "name": "stopwatch",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,7 +1,7 @@
{ {
"name": "second-clock", "name": "stopwatch",
"version": "0.1.0", "version": "0.1.0",
"description": "Second Clock", "description": "Stopwatch",
"author": "Christer Warén", "author": "Christer Warén",
"private": true, "private": true,
"homepage": "http://g2vb-h3ut-r9pw-ixj3.devices.waren.io:3000", "homepage": "http://g2vb-h3ut-r9pw-ixj3.devices.waren.io:3000",

View File

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>Stopwatch</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Second Clock", "short_name": "Stopwatch",
"name": "Second Clock", "name": "Stopwatch",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",