Skip to content

Commit 637f4ca

Browse files
fix: dist folder
1 parent 7cd8fd3 commit 637f4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"type": "module",
88
"exports": {
99
".": {
10-
"import": "./src/index.js",
11-
"types": "./src/index.d.ts"
10+
"import": "./dist/index.js",
11+
"types": "./dist/index.d.ts"
1212
}
1313
},
14-
"types": "./src/index.d.ts",
14+
"types": "./dist/index.d.ts",
1515
"scripts": {
1616
"build": "tsc"
1717
},

0 commit comments

Comments
 (0)