Merge pull request #70 from Saibamen/fix_npm_warnings

Fix NPM warnings
pull/77/head
Louis Lam 3 years ago committed by GitHub
commit 23611e540c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,11 @@
{
"name": "uptime-kuma",
"version": "1.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/louislam/uptime-kuma.git"
},
"scripts": {
"dev": "vite --host",
"start-server": "node server/server.js",

Loading…
Cancel
Save