diff --git a/.changeset/real-countries-sparkle.md b/.changeset/real-countries-sparkle.md new file mode 100644 index 0000000000..945c803631 --- /dev/null +++ b/.changeset/real-countries-sparkle.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes-common': patch +--- + +Fixed incorrect keyword, repository directory path and entrypoints in `package.json`. diff --git a/plugins/kubernetes-common/package.json b/plugins/kubernetes-common/package.json index 462f8fc0f7..3cecb1d064 100644 --- a/plugins/kubernetes-common/package.json +++ b/plugins/kubernetes-common/package.json @@ -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": [