mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-02 17:35:47 +00:00
chore(package): add repository and bugs metadata fields to frontend package.json (#719)
This commit is contained in:
@@ -2,8 +2,15 @@
|
|||||||
"name": "dashboard",
|
"name": "dashboard",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "Frontend Web UI for Helm Dashboard",
|
||||||
"main": "index.js",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/komodorio/helm-dashboard.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/komodorio/helm-dashboard/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/komodorio/helm-dashboard#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
|||||||
Reference in New Issue
Block a user