From 168b9756927f9caf9802e91ab380c89ee6247b0a Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:11:20 +0100 Subject: [PATCH] fix: main entry for error free imports --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index af14916..d1352e9 100644 --- a/package.json +++ b/package.json @@ -96,9 +96,9 @@ "README.md", "package.json" ], - "module": "core/index.esm.js", - "main": "core/index.js", - "typings": "types/index.d.ts", + "module": "dist/core/index.esm.js", + "main": "dist/core/index.js", + "typings": "dist/types/index.d.ts", "exports": { "./core": { "require": "./dist/core/index.js", @@ -116,4 +116,4 @@ "types": "./dist/handlers/index.d.ts" } } -} +} \ No newline at end of file