feat: add repository metadata to package.json
Add repository, bugs, homepage, author, and license fields to enable GitHub link in Headlamp plugin UI. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
@@ -2,6 +2,16 @@
|
|||||||
"name": "polaris",
|
"name": "polaris",
|
||||||
"version": "0.3.5",
|
"version": "0.3.5",
|
||||||
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/cpfarhood/headlamp-polaris-plugin.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/cpfarhood/headlamp-polaris-plugin/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/cpfarhood/headlamp-polaris-plugin#readme",
|
||||||
|
"author": "cpfarhood",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "headlamp-plugin start",
|
"start": "headlamp-plugin start",
|
||||||
"build": "headlamp-plugin build",
|
"build": "headlamp-plugin build",
|
||||||
|
|||||||
Reference in New Issue
Block a user