diff --git a/package.json b/package.json index a810d95fc..5f9a3de32 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "main": "index.js", "exports": { ".": { + "browser": "./browser.js", "import": "./wrapper.mjs", "require": "./index.js" },