mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-14 08:36:35 +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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user