From 3431170e243686792c6178d67fbfa79cbe4fb5d3 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:45:40 -0400 Subject: [PATCH] Fix broken `exports` field in `package.json` (#172) Co-authored-by: Jon Koops --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4810f02..28df2a3 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,8 @@ }, "exports": { ".": { - "import": { - "types": "./index.d.ts", - "default": "./index.js" - } + "types": "./index.d.ts", + "default": "./index.js" } }, "files": [