htmllint-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -162,3 +162,7 @@ #!/usr/bin/env node | ||
errorCount, results.length); | ||
if (errorCount > 0) { | ||
process.exit(1); | ||
} | ||
}); | ||
}); |
{ | ||
"name": "htmllint-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A simple cli for htmllint.", | ||
@@ -23,3 +23,3 @@ "bin": { | ||
"glob": "^4.1.3", | ||
"htmllint": "^0.2.2", | ||
"htmllint": "^0.2.4", | ||
"liftoff": "^0.12.1", | ||
@@ -26,0 +26,0 @@ "promise": "^6.0.1", |
8691
146
Updatedhtmllint@^0.2.4