From abfc3b5a2fd8647eff852233ec1e301a3b75a789 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 29 Oct 2024 10:22:40 +0700 Subject: [PATCH] chore: export doesn't mean auto link --- package.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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