We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cdcef commit 128f89fCopy full SHA for 128f89f
.changeset/young-glasses-fix.md
@@ -0,0 +1,5 @@
1
+---
2
+"@lilbunnyrabbit/utils": patch
3
4
+
5
+#5 Exports fix
package.json
@@ -26,18 +26,9 @@
26
"package.json"
27
],
28
"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
+ ".": "./dist/index.js",
+ "./core": "./dist/core/index.js",
+ "./modules": "./dist/modules/index.js",
41
"./package.json": "./package.json"
42
},
43
"main": "./dist/index.js",
0 commit comments