diff --git a/package.json b/package.json index f746fe6..d64c6a0 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "Philipp Tailor (http://schneiders.space)" ], "exports": { - "import": "./index.js", - "default": "./index.js" + "import": "./dist/index.mjs", + "default": "./dist/index.js" }, "main": "dist/index.js", "module": "dist/index.mjs",