unclosed-tag-finder
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -27,2 +27,3 @@ #!/usr/bin/env node | ||
console.info('Congratulations! No unclosed tags.'); | ||
process.exit(0); | ||
} else { | ||
@@ -38,4 +39,6 @@ if (unclosedTags.length == 1) { | ||
} | ||
process.exit(1); | ||
} | ||
}); | ||
{ | ||
"name": "unclosed-tag-finder", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A library to find unclosed html5 tags, that are normally optional.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9567
136