From d75ee35cb226d466a6365cc77c0606ce9f04d2e7 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Sun, 14 Dec 2025 13:06:26 -0700 Subject: [PATCH] Fix exports --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5328be..83de8ab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "exports": { ".": "./lib/index.mjs", - "u8": "./lib/u8.mjs" + "./u8": "./lib/u8.mjs" }, "type": "module", "author": "Joe Hildebrand ",