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 21
21
"exports" : {
22
22
"." : {
23
23
"import" : {
24
- "types " : " ./dist/mod.js" ,
25
- "path " : " ./dist/mod.d.ts"
24
+ "module " : " ./dist/mod.js" ,
25
+ "types " : " ./dist/mod.d.ts"
26
26
},
27
27
"require" : {
28
- "types " : " ./dist/mod.djs " ,
29
- "path " : " ./dist/mod.d.cts"
28
+ "module " : " ./dist/mod.cjs " ,
29
+ "types " : " ./dist/mod.d.cts"
30
30
}
31
31
}
32
32
},
36
36
" dist"
37
37
],
38
38
"scripts" : {
39
- "build" : " rimraf dist && tsup --format cjs,esm src/mod.ts --dts src/mod.ts " ,
40
- "build:watch" : " tsup --watch --format cjs,esm src/mod.ts --dts src/mod.ts " ,
39
+ "build" : " rimraf dist && tsup --format cjs,esm src/mod.ts --dts" ,
40
+ "build:watch" : " tsup --watch --format cjs,esm src/mod.ts --dts" ,
41
41
"changelog" : " auto-changelog --stdout --hide-credit true --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs" ,
42
42
"lint" : " prettier . --check && eslint . && tsc --noEmit" ,
43
43
"lint:fix" : " prettier . --write . && eslint . --fix" ,
You can’t perform that action at this time.
0 commit comments