From c373a92567272712300270ed721e298e46c4f929 Mon Sep 17 00:00:00 2001 From: "John L. Armstrong IV" <20903247+jlarmstrongiv@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:42:30 -0600 Subject: [PATCH] fix: exports field includes package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ca80ccf..f06e8c72 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "./lib/server/*": { "import": "./esm/server/*.mjs", "require": "./lib/server/*.js" - } + }, + "./package.json": "./package.json" }, "scripts": { "build": "run-s build:*",