Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 20424df

Browse files
committed
Add --flat=true to support cpy-cli v4.0
1 parent e2edfdf commit 20424df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
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"
@@ -87,17 +87,17 @@
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
}

0 commit comments

Comments
 (0)