diff --git a/package.json b/package.json index 332ceda..c2705a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,11 @@ { "name": "@beyonk/svelte-google-analytics", "svelte": "src/index.js", + "exports": { + ".": { + "svelte": "src/index.js" + } + }, "module": "dist/index.mjs", "main": "dist/index.js", "scripts": {