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 ",