Skip to content

Commit d3e2fd7

Browse files
committed
Explicit folder names for html validation
1 parent 01f8c4a commit d3e2fd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
],
9393
"dist": [
9494
"add-dist-header build dist",
95-
"html-validator"
95+
"html-validator spec docs"
9696
]
9797
},
9898
"scripts": {
@@ -104,9 +104,9 @@
104104
},
105105
"devDependencies": {
106106
"@fortawesome/fontawesome-free": "~6.4",
107-
"@types/node": "~20.8",
108-
"@typescript-eslint/eslint-plugin": "~6.9",
109-
"@typescript-eslint/parser": "~6.9",
107+
"@types/node": "~20.9",
108+
"@typescript-eslint/eslint-plugin": "~6.10",
109+
"@typescript-eslint/parser": "~6.10",
110110
"add-dist-header": "~1.3",
111111
"assert-deep-strict-equal": "~1.1",
112112
"copy-file-util": "~1.1",
@@ -125,7 +125,7 @@
125125
"run-scripts-util": "~1.2",
126126
"typescript": "~5.2",
127127
"uglify-js": "~3.17",
128-
"w3c-html-validator": "~1.5",
128+
"w3c-html-validator": "~1.6",
129129
"web-ignition": "~2.0",
130130
"whatwg-fetch": "~3.6"
131131
}

0 commit comments

Comments
 (0)