File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 "sideEffects" : false ,
88 "type" : " module" ,
99 "exports" : {
10- "types" : " ./dist/index.d.mts" ,
11- "default" : " ./dist/index.mjs"
10+ "." : " ./dist/index.mjs"
1211 },
1312 "types" : " ./dist/index.d.mts" ,
1413 "files" : [
1817 "build" : " obuild" ,
1918 "dev" : " vitest dev" ,
2019 "lint" : " eslint . && prettier -c ." ,
21- "node-ts" : " node --disable-warning=ExperimentalWarning --experimental-strip-types" ,
2220 "lint:fix" : " automd && eslint . --fix && prettier -w ." ,
21+ "node-ts" : " node --disable-warning=ExperimentalWarning --experimental-strip-types" ,
2322 "prepack" : " pnpm build" ,
2423 "release" : " pnpm test && changelogen --release && npm publish && git push --follow-tags" ,
2524 "test" : " pnpm lint && pnpm test:types && vitest run --coverage" ,
You can’t perform that action at this time.
0 commit comments