chore(package): add repository and bugs metadata fields to frontend package.json (#719)

This commit is contained in:
Yash Raj
2026-08-08 13:02:42 +05:30
committed by GitHub
parent 7c88f945e1
commit b9c7922b24
+9 -2
View File
@@ -2,8 +2,15 @@
"name": "dashboard",
"version": "1.1.0",
"type": "module",
"description": "",
"main": "index.js",
"description": "Frontend Web UI for Helm Dashboard",
"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": {
"dev": "vite",
"build": "vite build",