From 193a999a8002f30a1c6d97f45d3133d2202d603f Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 6 Oct 2021 23:52:50 +0200 Subject: [PATCH] kubernetes-common: package.json fixes Signed-off-by: Patrik Oldsberg --- .changeset/real-countries-sparkle.md | 5 +++++ plugins/kubernetes-common/package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/real-countries-sparkle.md 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": [