Merge pull request #70 from Saibamen/fix_npm_warnings

Fix NPM warnings
This commit is contained in:
Louis Lam 2021-07-18 19:27:00 +08:00 committed by GitHub
commit 23611e540c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",