From dd37a7069a9bd957a2db0468e60cf8480097ee33 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 6 Sep 2023 20:09:09 +0200 Subject: [PATCH] apply yarn fix Signed-off-by: Patrik Oldsberg --- plugins/kubernetes-backend/package.json | 4 +--- plugins/permission-backend/package.json | 4 +--- plugins/permission-node/package.json | 4 +--- plugins/scaffolder-common/package.json | 5 +---- plugins/techdocs-backend/package.json | 4 +--- 5 files changed, 5 insertions(+), 16 deletions(-) diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json index 5fe7b1b7a8..c75b7cbd69 100644 --- a/plugins/kubernetes-backend/package.json +++ b/plugins/kubernetes-backend/package.json @@ -6,9 +6,7 @@ "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { - "access": "public", - "main": "dist/index.cjs.js", - "types": "dist/index.d.ts" + "access": "public" }, "exports": { ".": "./src/index.ts", diff --git a/plugins/permission-backend/package.json b/plugins/permission-backend/package.json index 84ad6ec34c..460bc32b10 100644 --- a/plugins/permission-backend/package.json +++ b/plugins/permission-backend/package.json @@ -5,9 +5,7 @@ "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { - "access": "public", - "main": "dist/index.cjs.js", - "types": "dist/index.d.ts" + "access": "public" }, "exports": { ".": "./src/index.ts", diff --git a/plugins/permission-node/package.json b/plugins/permission-node/package.json index a8c9646bfd..d88a691ba0 100644 --- a/plugins/permission-node/package.json +++ b/plugins/permission-node/package.json @@ -6,9 +6,7 @@ "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { - "access": "public", - "main": "dist/index.cjs.js", - "types": "dist/index.d.ts" + "access": "public" }, "exports": { ".": "./src/index.ts", diff --git a/plugins/scaffolder-common/package.json b/plugins/scaffolder-common/package.json index 261c899943..3fd1f498f7 100644 --- a/plugins/scaffolder-common/package.json +++ b/plugins/scaffolder-common/package.json @@ -6,10 +6,7 @@ "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { - "access": "public", - "main": "dist/index.cjs.js", - "module": "dist/index.esm.js", - "types": "dist/index.d.ts" + "access": "public" }, "exports": { ".": "./src/index.ts", diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json index 16b5956c89..b56ee004dd 100644 --- a/plugins/techdocs-backend/package.json +++ b/plugins/techdocs-backend/package.json @@ -6,9 +6,7 @@ "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { - "access": "public", - "main": "dist/index.cjs.js", - "types": "dist/index.d.ts" + "access": "public" }, "exports": { ".": "./src/index.ts",