Commits (5)
-
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
bf63205b -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
ac70122e -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
e3dfa41d -
David Sveningsson authored9a89d30c
-
### [4.7.1](v4.7.0...v4.7.1) (2021-03-19) ### Bug Fixes * add `$schema` to `html5.json` ([9a89d30c](9a89d30c))
{ | ||
"name": "html-validate", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"description": "html linter", | ||
"keywords": [ | ||
"html", | ||
... | ... | @@ -111,10 +111,10 @@ |
"@types/estree": "0.0.46", | ||
"@types/glob": "7.1.3", | ||
"@types/inquirer": "7.3.1", | ||
"@types/jest": "26.0.20", | ||
"@types/jest": "26.0.21", | ||
"@types/json-merge-patch": "0.0.5", | ||
"@types/minimist": "1.2.1", | ||
"@types/node": "11.15.48", | ||
"@types/node": "11.15.49", | ||
"@types/prompts": "2.0.9", | ||
"autoprefixer": "10.2.5", | ||
"babelify": "10.0.0", | ||
... | ... | @@ -153,7 +153,7 @@ |
"serve-static": "1.14.1", | ||
"stringmap": "0.2.2", | ||
"strip-ansi": "6.0.0", | ||
"ts-jest": "26.5.3", | ||
"ts-jest": "26.5.4", | ||
"typescript": "4.2.3" | ||
}, | ||
"engines": { | ||
... | ... |