diff --git a/package.json b/package.json index 967d63f..22364ad 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "", "type": "module", - "exports": "dist/index.js", + "exports": "./dist/index.js", "scripts": { "build": "tsc --build ." },