From c0f1df55975878ee64932ed2d20375fc4205590a Mon Sep 17 00:00:00 2001 From: stefanbreitenstein Date: Mon, 29 Jul 2024 17:26:00 +0200 Subject: [PATCH] fix: package.json entries --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",