File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ export default defineBuildConfig({
8
8
] ,
9
9
declaration : true ,
10
10
clean : true ,
11
- rollup : {
12
- emitCJS : true ,
13
- } ,
14
11
hooks : {
15
12
'build:done' : async ( ) => {
16
13
for ( const file of await glob ( './dist/*.d.{cts,mts,ts}' ) ) {
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 1.4.2" ,
5
5
"packageManager" : " pnpm@9.15.4" ,
6
- "description" : " _description_ " ,
6
+ "description" : " Enhance markdown-it to support async highlight function. " ,
7
7
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
8
8
"license" : " MIT" ,
9
9
"funding" : " https://github.com/sponsors/antfu" ,
17
17
"sideEffects" : false ,
18
18
"exports" : {
19
19
"." : {
20
- "types" : " ./dist/index.d.ts" ,
21
- "import" : " ./dist/index.mjs" ,
22
- "require" : " ./dist/index.cjs"
20
+ "types" : " ./dist/index.d.mts" ,
21
+ "import" : " ./dist/index.mjs"
23
22
}
24
23
},
25
24
"main" : " ./dist/index.mjs" ,
26
25
"module" : " ./dist/index.mjs" ,
27
- "types" : " ./dist/index.d.ts " ,
26
+ "types" : " ./dist/index.d.mts " ,
28
27
"typesVersions" : {
29
28
"*" : {
30
29
"*" : [
You can’t perform that action at this time.
0 commit comments