diff --git a/package.json b/package.json index 70908dc..652e873 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.7", "type": "module", "bin": { - "repodocs": "./dist/index.js" + "repodocs": "./index.js" }, "exports": { ".": { @@ -11,11 +11,9 @@ "require": "./dist/index.cjs" } }, - "main": "./dist/index.cjs", - "module": "./dist/index.js", - "files": [ - "dist" - ], + "main": "./src/index.js", + "module": "./src/index.js", + "files": ["src/index.js"], "scripts": { "build": "rslib build", "check": "biome check --write",