Skip to content

Commit

Permalink
Explicit folder names for html validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Nov 10, 2023
1 parent 01f8c4a commit d3e2fd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
],
"dist": [
"add-dist-header build dist",
"html-validator"
"html-validator spec docs"
]
},
"scripts": {
Expand All @@ -104,9 +104,9 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.4",
"@types/node": "~20.8",
"@typescript-eslint/eslint-plugin": "~6.9",
"@typescript-eslint/parser": "~6.9",
"@types/node": "~20.9",
"@typescript-eslint/eslint-plugin": "~6.10",
"@typescript-eslint/parser": "~6.10",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
Expand All @@ -125,7 +125,7 @@
"run-scripts-util": "~1.2",
"typescript": "~5.2",
"uglify-js": "~3.17",
"w3c-html-validator": "~1.5",
"w3c-html-validator": "~1.6",
"web-ignition": "~2.0",
"whatwg-fetch": "~3.6"
}
Expand Down

0 comments on commit d3e2fd7

Please sign in to comment.