File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
],
19
19
"exports" : {
20
20
"." : {
21
- "default" : " ./dist/index.js" ,
22
21
"import" : " ./dist/index.js" ,
23
22
"node" : " ./dist/index.js" ,
24
- "types" : " ./dist/index.d.ts"
23
+ "types" : " ./dist/index.d.ts" ,
24
+ "default" : " ./dist/index.js"
25
25
},
26
26
"./commands" : {
27
- "default" : " ./dist/commands.js" ,
28
27
"import" : " ./dist/commands.js" ,
29
28
"node" : " ./dist/commands.js" ,
30
- "types" : " ./dist/commands.d.ts"
29
+ "types" : " ./dist/commands.d.ts" ,
30
+ "default" : " ./dist/commands.js"
31
31
},
32
32
"./commands.js" : {
33
- "default" : " ./dist/commands.js" ,
34
33
"import" : " ./dist/commands.js" ,
35
34
"node" : " ./dist/commands.js" ,
36
- "types" : " ./dist/commands.d.ts"
35
+ "types" : " ./dist/commands.d.ts" ,
36
+ "default" : " ./dist/commands.js"
37
37
}
38
38
},
39
39
"engines" : {
You can’t perform that action at this time.
0 commit comments