From ca823e03b4f5c8785b7863f8417b4fe5e2484be3 Mon Sep 17 00:00:00 2001 From: Ryan Huellen Date: Tue, 5 Nov 2024 21:27:43 -0600 Subject: [PATCH] fix: main entry reference --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index d244000..a8830c8 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,8 @@ "publishConfig": { "access": "public" }, + "main": "./lib/index.js", "types": "./lib/index.d.ts", - "exports": { - ".": "./lib/index.js", - "./tsconfig.json": "./lib/tsconfig.polyfill.json" - }, "scripts": { "build": "npm run clean && tsc && cp ./src/*.json ./lib", "clean": "rm -rf ./lib",