From 94eae6d25eb26491b5914fd009bf9158a7a1566b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 21 Jul 2022 10:54:17 +0800 Subject: [PATCH] fix: modify exports field in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 246c69b..372b2bd 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "author": "kenny wang ", "license": "MIT", "type": "module", - "exports": "./index.js", - "types": "./index.d.ts", + "exports": "./lib/index.js", + "types": "./lib/index.d.ts", "scripts": { "start": "node lib/index.js", "watch": "tsbb watch --disable-babel",