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",