Changed package name
This commit is contained in:
parent
ed92909aa5
commit
2b87ee958a
2
package-lock.json
generated
2
package-lock.json
generated
@ -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,
|
||||||
|
@ -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",
|
||||||
|
@ -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>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "Second Clock",
|
"short_name": "Stopwatch",
|
||||||
"name": "Second Clock",
|
"name": "Stopwatch",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
Loading…
Reference in New Issue
Block a user