From 94c7c84b2af80a3cdebabffaa524a635b8a6d42b Mon Sep 17 00:00:00 2001 From: stdpi Date: Wed, 27 Nov 2024 23:08:22 +0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d06ae1..9f468ae 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "2.0.0", "description": "", "type": "commonjs", - "main": "src/index.js", - "types": "src/index.d.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "files": [ "/src", "/dist"