diff --git a/package.json b/package.json index 18ef9c4..368cefb 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "parser" ], "type": "module", - "main": "dist/src/index.js", - "module": "dist/src/index.js", - "types": "dist/src/index.d.ts", + "main": "dist/index.js", + "module": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist/*", "build": "vite build",