Skip to content

Commit 94eae6d

Browse files
committed
fix: modify exports field in package.json
1 parent 64c5ce9 commit 94eae6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "kenny wang <[email protected]>",
1010
"license": "MIT",
1111
"type": "module",
12-
"exports": "./index.js",
13-
"types": "./index.d.ts",
12+
"exports": "./lib/index.js",
13+
"types": "./lib/index.d.ts",
1414
"scripts": {
1515
"start": "node lib/index.js",
1616
"watch": "tsbb watch --disable-babel",

0 commit comments

Comments
 (0)