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

This commit is contained in:
Yash Raj
2026-08-08 08:32:42 +01:00
committed by GitHub
parent 7c88f945e1
commit b9c7922b24
+9 -2
View File
@@ -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",