diff --git a/package.json b/package.json index 4d25c76..3880efc 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,6 @@ "publishConfig": { "access": "public" }, - "exports": { - ".": { - "import": "./plugins/index.js", - "require": "./plugins/index.js", - "types": "./plugins/index.d.ts" - }, - "./package.json": "./package.json" - }, "scripts": { "build": "nest build", "build:lib:skeleton": "tsc -p libs/skeleton/tsconfig.lib.json", @@ -92,4 +84,4 @@ "^@autocrud/prisma(|/.*)$": "/libs/prisma/src/$1" } } -} +} \ No newline at end of file