File tree Expand file tree Collapse file tree 1 file changed +5
-28
lines changed
Expand file tree Collapse file tree 1 file changed +5
-28
lines changed Original file line number Diff line number Diff line change 99 "exports" : {
1010 "." : {
1111 "types" : " ./dist/index.d.ts" ,
12- "import" : {
13- "types" : " ./dist/index.d.mts" ,
14- "default" : " ./dist/index.mjs"
15- },
16- "default" : {
17- "types" : " ./dist/index.d.ts" ,
18- "default" : " ./dist/index.js"
19- }
12+ "import" : " ./dist/index.mjs" ,
13+ "require" : " ./dist/index.js"
2014 },
2115 "./react" : {
2216 "types" : " ./dist/react.d.ts" ,
23- "import" : {
24- "types" : " ./dist/react.d.ts" ,
25- "default" : " ./dist/react.mjs"
26- },
27- "default" : {
28- "types" : " ./dist/react.d.ts" ,
29- "default" : " ./dist/react.js"
30- }
31- },
32- "./dist/react" : {
33- "types" : " ./dist/react.d.ts" ,
34- "import" : {
35- "types" : " ./dist/react.d.ts" ,
36- "default" : " ./dist/react.mjs"
37- },
38- "default" : {
39- "types" : " ./dist/react.d.ts" ,
40- "default" : " ./dist/react.js"
41- }
17+ "import" : " ./dist/react.mjs" ,
18+ "require" : " ./dist/react.js"
4219 }
4320 },
4421 "publishConfig" : {
4522 "access" : " public"
4623 },
4724 "files" : [
48- " **/* "
25+ " **"
4926 ],
5027 "scripts" : {
5128 "dev:tsc" : " tsc -w -p tsc.tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments