kubernetes-common: package.json fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-06 23:52:50 +02:00
parent 54552e215d
commit 193a999a80
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-common': patch
---
Fixed incorrect keyword, repository directory path and entrypoints in `package.json`.
+3 -3
View File
@@ -7,17 +7,17 @@
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugin/kubernetes-common"
"directory": "plugins/kubernetes-common"
},
"keywords": [
"techdocs",
"kubernetes"
],
"files": [