Skip to content

Commit f5d413e

Browse files
committed
fix: update config files
1 parent a5a5244 commit f5d413e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
"license": "MIT",
2828
"author": "Sebastian Landwehr <[email protected]>",
2929
"type": "module",
30+
"exports": {
31+
".": {
32+
"import": {
33+
"default": "./dist/index.js",
34+
"types": "./dist/index.d.ts"
35+
}
36+
}
37+
},
38+
"main": "dist/index.js",
3039
"files": [
3140
"dist"
3241
],

0 commit comments

Comments
 (0)