|
71 | 71 | "step:01": "rimraf build dist **/.DS_Store", |
72 | 72 | "step:02": "jshint . --exclude-path .gitignore", |
73 | 73 | "step:03": "eslint --max-warnings 0 . --ext .ts", |
74 | | - "step:04": "tsc", |
75 | | - "step:05": "tsc --module UMD --outDir build/umd", |
76 | | - "step:06": "copy-file build/umd/html-validator.js build/html-validator.umd.cjs", |
77 | | - "step:07": "add-dist-header build dist", |
| 74 | + "step:10": "tsc", |
| 75 | + "step:11": "tsc --module UMD --outDir build/umd", |
| 76 | + "step:12": "copy-file build/umd/html-validator.js build/html-validator.umd.cjs", |
| 77 | + "step:20": "add-dist-header build dist", |
78 | 78 | "pretest": "npm-run-all step:*", |
79 | 79 | "test": "mocha spec --timeout 5000" |
80 | 80 | }, |
|
87 | 87 | "devDependencies": { |
88 | 88 | "@types/node": "~18.8", |
89 | 89 | "@types/through2": "~2.0", |
90 | | - "@typescript-eslint/eslint-plugin": "~5.39", |
91 | | - "@typescript-eslint/parser": "~5.39", |
| 90 | + "@typescript-eslint/eslint-plugin": "~5.40", |
| 91 | + "@typescript-eslint/parser": "~5.40", |
92 | 92 | "add-dist-header": "~0.3", |
93 | 93 | "assert-deep-strict-equal": "~1.0", |
94 | 94 | "copy-file-util": "~0.1", |
95 | | - "copy-folder-cli": "~0.1", |
96 | | - "eslint": "~8.24", |
| 95 | + "copy-folder-util": "~0.2", |
| 96 | + "eslint": "~8.25", |
97 | 97 | "jshint": "~2.13", |
98 | 98 | "mocha": "~10.0", |
99 | 99 | "npm-run-all2": "~6.0", |
|
0 commit comments