From dcdf8ccdbef86ae2fe5fa1f62e2f729410281f67 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 20 Feb 2025 14:56:48 +1100 Subject: [PATCH] fix: update export paths in package.json for consistency in module formats --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ab6784..46b1027 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "vite-plugin-dts": "^4.5.0" }, "exports": { - "import": "./dist/datenel.es.js", + "import": "./dist/index.es.js", "require": "./dist/index.cjs.js", - "default": "./dist/datenel.es.js" + "default": "./dist/index.es.js" }, "main": "dist/index.umd.js", "module": "dist/index.es.js",