unclosed-tag-finder
Advanced tools
Comparing version 0.0.12 to 0.0.14
@@ -23,3 +23,3 @@ #!/usr/bin/env node | ||
var unclosedTags = finder.getUnclosedTags(html); | ||
var unclosedTags = finder.getUnclosedTags(html, process.argv[2]); | ||
@@ -26,0 +26,0 @@ var returnValue = finder.printUnclosedTags(unclosedTags); |
{ | ||
"name": "unclosed-tag-finder", | ||
"version": "0.0.12", | ||
"version": "0.0.14", | ||
"description": "A library to find unclosed html5 tags, that are normally optional.", | ||
@@ -14,2 +14,2 @@ "main": "index.js", | ||
"license": "MIT" | ||
} | ||
} |
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
12629