File tree Expand file tree Collapse file tree 13 files changed +446
-49
lines changed
doxdox-renderer-bootstrap
doxdox-renderer-github-wiki Expand file tree Collapse file tree 13 files changed +446
-49
lines changed Original file line number Diff line number Diff line change 3131 "eslint" : " 8.10.0" ,
3232 "jest" : " 27.5.1" ,
3333 "nodemon" : " 2.0.15" ,
34+ "rimraf" : " 3.0.2" ,
3435 "ts-jest" : " 27.1.3" ,
3536 "typescript" : " 4.5.5"
3637 },
3738 "scripts" : {
3839 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
39- "build" : " rm -rf dist/ && tsc && chmod +x ./dist/src/index.js" ,
40+ "build" : " rimraf dist/ && tsc && chmod +x ./dist/src/index.js" ,
4041 "lint" : " eslint 'src/**/*.ts'"
4142 },
4243 "jest" : {
Original file line number Diff line number Diff line change 1515 "@typescript-eslint/parser" : " 5.12.1" ,
1616 "eslint" : " 8.10.0" ,
1717 "jest" : " 27.5.1" ,
18+ "rimraf" : " 3.0.2" ,
1819 "ts-jest" : " 27.1.3" ,
1920 "typescript" : " 4.5.5"
2021 },
2122 "scripts" : {
2223 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
23- "build" : " rm -rf dist/ && tsc" ,
24+ "build" : " rimraf dist/ && tsc" ,
2425 "lint" : " eslint 'src/**/*.ts'"
2526 },
2627 "jest" : {
Original file line number Diff line number Diff line change 2929 "@typescript-eslint/parser" : " 5.12.1" ,
3030 "eslint" : " 8.10.0" ,
3131 "jest" : " 27.5.1" ,
32+ "rimraf" : " 3.0.2" ,
3233 "ts-jest" : " 27.1.3" ,
3334 "typescript" : " 4.5.5"
3435 },
3536 "scripts" : {
3637 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
37- "build" : " rm -rf dist/ && tsc" ,
38+ "build" : " rimraf dist/ && tsc" ,
3839 "lint" : " eslint 'src/**/*.ts'"
3940 },
4041 "jest" : {
Original file line number Diff line number Diff line change 2323 "@typescript-eslint/parser" : " 5.12.1" ,
2424 "eslint" : " 8.10.0" ,
2525 "jest" : " 27.5.1" ,
26+ "rimraf" : " 3.0.2" ,
2627 "ts-jest" : " 27.1.3" ,
2728 "typescript" : " 4.5.5"
2829 },
2930 "scripts" : {
3031 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
31- "build" : " rm -rf dist/ && tsc" ,
32+ "build" : " rimraf dist/ && tsc" ,
3233 "lint" : " eslint 'src/**/*.ts'"
3334 },
3435 "jest" : {
Original file line number Diff line number Diff line change 2929 "@typescript-eslint/parser" : " 5.12.1" ,
3030 "eslint" : " 8.10.0" ,
3131 "jest" : " 27.5.1" ,
32+ "rimraf" : " 3.0.2" ,
3233 "ts-jest" : " 27.1.3" ,
3334 "typescript" : " 4.5.5"
3435 },
3536 "scripts" : {
3637 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
37- "build" : " rm -rf dist/ && tsc" ,
38+ "build" : " rimraf dist/ && tsc" ,
3839 "lint" : " eslint 'src/**/*.ts'"
3940 },
4041 "jest" : {
Original file line number Diff line number Diff line change 3232 "@types/temp" : " 0.9.1" ,
3333 "@typescript-eslint/eslint-plugin" : " 5.12.1" ,
3434 "@typescript-eslint/parser" : " 5.12.1" ,
35+ "copyfiles" : " 2.4.1" ,
3536 "eslint" : " 8.10.0" ,
3637 "jest" : " 27.5.1" ,
38+ "rimraf" : " 3.0.2" ,
3739 "ts-jest" : " 27.1.3" ,
3840 "typescript" : " 4.5.5"
3941 },
4042 "scripts" : {
4143 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
42- "build" : " rm -rf dist/ && tsc && cp -r src/resources dist/resources " ,
44+ "build" : " rimraf dist/ && tsc && copyfiles -u 1 src/resources/* dist/" ,
4345 "lint" : " eslint 'src/**/*.ts'"
4446 },
4547 "jest" : {
Original file line number Diff line number Diff line change 2828 "@typescript-eslint/parser" : " 5.12.1" ,
2929 "eslint" : " 8.10.0" ,
3030 "jest" : " 27.5.1" ,
31+ "rimraf" : " 3.0.2" ,
3132 "ts-jest" : " 27.1.3" ,
3233 "typescript" : " 4.5.5"
3334 },
3435 "scripts" : {
3536 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
36- "build" : " rm -rf dist/ && tsc" ,
37+ "build" : " rimraf dist/ && tsc" ,
3738 "lint" : " eslint 'src/**/*.ts'"
3839 },
3940 "jest" : {
Original file line number Diff line number Diff line change 2323 "@typescript-eslint/parser" : " 5.12.1" ,
2424 "eslint" : " 8.10.0" ,
2525 "jest" : " 27.5.1" ,
26+ "rimraf" : " 3.0.2" ,
2627 "ts-jest" : " 27.1.3" ,
2728 "typescript" : " 4.5.5"
2829 },
2930 "scripts" : {
3031 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
31- "build" : " rm -rf dist/ && tsc" ,
32+ "build" : " rimraf dist/ && tsc" ,
3233 "lint" : " eslint 'src/**/*.ts'"
3334 },
3435 "jest" : {
Original file line number Diff line number Diff line change 2626 "@typescript-eslint/parser" : " 5.12.1" ,
2727 "eslint" : " 8.10.0" ,
2828 "jest" : " 27.5.1" ,
29+ "rimraf" : " 3.0.2" ,
2930 "ts-jest" : " 27.1.3" ,
3031 "typescript" : " 4.5.5"
3132 },
3233 "scripts" : {
3334 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
34- "build" : " rm -rf dist/ && tsc" ,
35+ "build" : " rimraf dist/ && tsc" ,
3536 "lint" : " eslint 'src/**/*.ts'"
3637 },
3738 "jest" : {
You can’t perform that action at this time.
0 commit comments