1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

fix: only consider errors (excluding warning/info messages)

This commit is contained in:
Divlo
2022-10-20 23:30:41 +02:00
parent e762c0fad5
commit 3a44eca5b1
8 changed files with 4993 additions and 4725 deletions

View File

@ -1,4 +1,4 @@
{
"urls": ["http://localhost:3000/", "http://localhost:3000/about"],
"urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/about"],
"files": ["./build/index.html", "./build/about.html"]
}

1711
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,10 +3,10 @@
"private": true,
"scripts": {
"start": "serve \"./build\"",
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://localhost:3000\" \"html-w3c-validator\""
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\""
},
"devDependencies": {
"serve": "13.0.2",
"serve": "14.0.1",
"start-server-and-test": "1.14.0",
"html-w3c-validator": "file:.."
}