From a1105d116845a81cea62deb393f535a3244654c0 Mon Sep 17 00:00:00 2001 From: Aiden Leeming <114577215+Aiden10x@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:43:35 +0000 Subject: [PATCH] fix: export package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b3b0a87..8c901dd 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "types": "./dist/index.d.ts", "type": "module", "exports": { + "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/plugin.mjs",