Merge pull request #7486 from backstage/rugvip/entry

kubernetes-common: package.json fixes
This commit is contained in:
Patrik Oldsberg
2021-10-07 10:02:27 +02:00
committed by GitHub
2 changed files with 8 additions and 3 deletions
+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": [