File tree 1 file changed +7
-28
lines changed
1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 112
112
"default" : " ./dist/index.mjs"
113
113
},
114
114
"./*.mjs" : {
115
- "types" : [
116
- " ./dist/*.d.ts" ,
117
- " ./dist/*/index.d.ts"
118
- ],
119
- "default" : [
120
- " ./dist/*.mjs" ,
121
- " ./dist/*/index.mjs"
122
- ]
115
+ "types" : " ./dist/*.d.ts" ,
116
+ "default" : " ./dist/*.mjs"
123
117
},
124
118
"./*.js" : {
125
- "types" : [
126
- " ./dist/*.d.ts" ,
127
- " ./dist/*/index.d.ts"
128
- ],
129
- "default" : [
130
- " ./dist/*.js" ,
131
- " ./dist/*/index.js"
132
- ]
119
+ "types" : " ./dist/*.d.ts" ,
120
+ "default" : " ./dist/*.js"
133
121
},
134
122
"./*" : {
135
- "types" : [
136
- " ./dist/*.d.ts" ,
137
- " ./dist/*/index.d.ts"
138
- ],
139
- "require" : [
140
- " ./dist/*.js" ,
141
- " ./dist/*/index.js"
142
- ],
143
- "default" : [
144
- " ./dist/*.mjs" ,
145
- " ./dist/*/index.mjs"
146
- ]
123
+ "types" : " ./dist/*.d.ts" ,
124
+ "require" : " ./dist/*.js" ,
125
+ "default" : " ./dist/*.mjs"
147
126
}
148
127
},
149
128
"bin" : " ./bin/cli" ,
You can’t perform that action at this time.
0 commit comments