File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22dist /
3- types /
43coverage /
54node_modules /
65config.yaml
Original file line number Diff line number Diff line change 88! /README.md
99! /package.json
1010! /dist /** /*
11- ! /types /** /*
Original file line number Diff line number Diff line change 1717 },
1818 "files" : [
1919 " /dist/index.js" ,
20- " /dist/index.js.map " ,
21- " /types/**/* .d.ts"
20+ " /dist/index.mjs " ,
21+ " /dist/index .d.ts"
2222 ],
2323 "scripts" : {
2424 "test" : " tsc -noEmit -p tsconfig-test.json && jest --useStderr --runInBand --detectOpenHandles" ,
2525 "build" : " npm run lint && tsup src/index.ts --format cjs,esm --dts --clean --platform neutral" ,
2626 "prepack" : " npm run build" ,
2727 "lint" : " eslint --ext .ts,.js ." ,
2828 "lint:fix" : " npm run lint -- --fix" ,
29- "format" : " prettier --write --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**' '!types/**' " ,
30- "format:check" : " prettier --check --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**' '!types/**' " ,
29+ "format" : " prettier --write --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'" ,
30+ "format:check" : " prettier --check --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'" ,
3131 "prepare" : " husky install"
3232 },
3333 "repository" : {
You can’t perform that action at this time.
0 commit comments