Skip to content

Commit 128f89f

Browse files
#5 Exports fix
1 parent 91cdcef commit 128f89f

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.changeset/young-glasses-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lilbunnyrabbit/utils": patch
3+
---
4+
5+
#5 Exports fix

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,9 @@
2626
"package.json"
2727
],
2828
"exports": {
29-
".": {
30-
"types": "./dist/index.d.ts",
31-
"default": "./dist/index.js"
32-
},
33-
"./core": {
34-
"types": "./dist/core/index.d.ts",
35-
"default": "./dist/core/index.js"
36-
},
37-
"./modules": {
38-
"types": "./dist/modules/index.d.ts",
39-
"default": "./dist/modules/index.js"
40-
},
29+
".": "./dist/index.js",
30+
"./core": "./dist/core/index.js",
31+
"./modules": "./dist/modules/index.js",
4132
"./package.json": "./package.json"
4233
},
4334
"main": "./dist/index.js",

0 commit comments

Comments
 (0)