linkinator
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -127,3 +127,3 @@ #!/usr/bin/env node | ||
if (typeof flags.skip === 'string') { | ||
opts.linksToSkip = flags.skip.split(' ').filter(x => !!x); | ||
opts.linksToSkip = flags.skip.split(/[\s,]+/).filter(x => !!x); | ||
} | ||
@@ -130,0 +130,0 @@ else if (Array.isArray(flags.skip)) { |
{ | ||
"name": "linkinator", | ||
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "JustinBeckwith/linkinator", |
Sorry, the diff of this file is not supported yet
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
76210