Skip to content

Commit b9c7922

Browse files
authored
chore(package): add repository and bugs metadata fields to frontend package.json (#719)
1 parent 7c88f94 commit b9c7922

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

frontend/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
"name": "dashboard",
33
"version": "1.1.0",
44
"type": "module",
5-
"description": "",
6-
"main": "index.js",
5+
"description": "Frontend Web UI for Helm Dashboard",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/komodorio/helm-dashboard.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/komodorio/helm-dashboard/issues"
12+
},
13+
"homepage": "https://github.com/komodorio/helm-dashboard#readme",
714
"scripts": {
815
"dev": "vite",
916
"build": "vite build",

0 commit comments

Comments
 (0)