From 643c6e554f01529d2c4d33837fb55c2ced361ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Tue, 25 Oct 2022 10:18:24 +0200 Subject: [PATCH] fix: allow all export files in dist folder --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 6f5b9858..27dc0d41 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,6 @@ "type": "commonjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", - "exports": { - ".": "./dist/index.js", - "./credentials": "./dist/credentials/index.js", - "./grpc": "./dist/grpc/index.js" - }, "publishConfig": { "access": "public" },