pull/47/head
Ilya 2023-03-12 17:46:45 +02:00
parent 0d15923df3
commit 94560a76cc
2 changed files with 6 additions and 3 deletions

6
package-lock.json generated
View File

@ -1,13 +1,15 @@
{
"name": "@hostlikepro/uptime-status",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"repository":"https://github.com/hostlikepro/RoboUptime",
"requires": true,
"packages": {
"": {
"name": "@hostlikepro/uptime-status",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository":"https://github.com/hostlikepro/RoboUptime",
"dependencies": {
"axios": "^0.27.2",
"dayjs": "^1.11.3",

View File

@ -1,7 +1,8 @@
{
"name": "@hostlikepro/uptime-status",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository":"https://github.com/hostlikepro/RoboUptime",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"