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

chore: maintenance

This commit is contained in:
Divlo
2022-02-19 16:55:36 +01:00
parent 29801ac6f9
commit d92235d79d
18 changed files with 6270 additions and 15353 deletions

9968
example/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,8 +2,8 @@
"name": "example",
"private": true,
"scripts": {
"start": "serve ./build",
"test:html-w3c-validator": "start-server-and-test 'start' 'http://localhost:3000' 'html-w3c-validator'"
"start": "serve \"./build\"",
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://localhost:3000\" \"html-w3c-validator\""
},
"devDependencies": {
"serve": "13.0.2",