This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7373 "step:03" : " eslint --max-warnings 0 . --ext .ts" ,
7474 "step:04" : " tsc" ,
7575 "step:05" : " tsc --module UMD --outDir build/umd" ,
76- "step:06" : " cpy build/umd/html-validator.js build --rename=html-validator.umd.cjs" ,
76+ "step:06" : " cpy build/umd/html-validator.js build --rename=html-validator.umd.cjs --flat=true " ,
7777 "step:07" : " add-dist-header build dist" ,
7878 "pretest" : " npm-run-all step:*" ,
7979 "test" : " mocha spec --timeout 5000"
8787 "devDependencies" : {
8888 "@types/node" : " ~17.0" ,
8989 "@types/through2" : " ~2.0" ,
90- "@typescript-eslint/eslint-plugin" : " ~5.12 " ,
91- "@typescript-eslint/parser" : " ~5.12 " ,
90+ "@typescript-eslint/eslint-plugin" : " ~5.14 " ,
91+ "@typescript-eslint/parser" : " ~5.14 " ,
9292 "add-dist-header" : " ~0.1" ,
9393 "assert-deep-strict-equal" : " ~1.0" ,
94- "cpy-cli" : " ~3.1 " ,
95- "eslint" : " ~8.9 " ,
94+ "cpy-cli" : " ~4.0 " ,
95+ "eslint" : " ~8.10 " ,
9696 "jshint" : " ~2.13" ,
9797 "mocha" : " ~9.2" ,
9898 "npm-run-all2" : " ~5.0" ,
9999 "rimraf" : " ~3.0" ,
100100 "sinon" : " ~13.0" ,
101- "typescript" : " ~4.5 "
101+ "typescript" : " ~4.6 "
102102 }
103103}
You can’t perform that action at this time.
0 commit comments