File tree Expand file tree Collapse file tree 5 files changed +1997
-31
lines changed
Expand file tree Collapse file tree 5 files changed +1997
-31
lines changed Original file line number Diff line number Diff line change 11node_modules
22dist
3+ /lib
34/types
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ input : 'lib/index.js' ,
3+ js : false ,
4+ inline : true ,
5+ filename : 'index.js'
6+ }
Original file line number Diff line number Diff line change 1515 ],
1616 "scripts" : {
1717 "test" : " jest" ,
18- "build" : " tsc" ,
18+ "build" : " tsc && bili " ,
1919 "toc" : " markdown-toc -i README.md" ,
2020 "prepublishOnly" : " npm run build"
2121 },
2525 "@types/execa" : " ^0.9.0" ,
2626 "@types/jest" : " ^23.3.9" ,
2727 "@types/mri" : " ^1.1.0" ,
28+ "bili" : " ^3.4.2" ,
2829 "cz-conventional-changelog" : " ^2.1.0" ,
2930 "eslint-config-rem" : " ^3.0.0" ,
3031 "execa" : " ^1.0.0" ,
3132 "husky" : " ^1.2.0" ,
3233 "jest" : " ^23.6.0" ,
3334 "lint-staged" : " ^8.1.0" ,
3435 "markdown-toc" : " ^1.2.0" ,
36+ "mri" : " ^1.1.1" ,
3537 "prettier" : " ^1.15.2" ,
3638 "semantic-release" : " ^15.12.1" ,
3739 "ts-jest" : " ^23.10.5" ,
3840 "ts-node" : " ^7.0.1" ,
3941 "typescript" : " ^3.1.6"
4042 },
41- "dependencies" : {
42- "mri" : " ^1.1.1"
43- },
43+ "dependencies" : {},
4444 "release" : {
4545 "branch" : " master"
4646 },
Original file line number Diff line number Diff line change 1919 "strictFunctionTypes" : true ,
2020 "alwaysStrict" : true ,
2121 "module" : " commonjs" ,
22- "outDir" : " dist "
22+ "outDir" : " lib "
2323 },
2424 "include" : [" src" , " declarations.d.ts" ]
2525}
You can’t perform that action at this time.
0 commit comments