linkinator
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -31,3 +31,3 @@ #!/usr/bin/env node | ||
--silent, -s | ||
--silent | ||
Only output broken links | ||
@@ -49,3 +49,3 @@ | ||
format: { type: 'string', alias: 'f' }, | ||
silent: { type: 'boolean', alias: 's' }, | ||
silent: { type: 'boolean' }, | ||
}, | ||
@@ -52,0 +52,0 @@ }); |
The MIT License (MIT) | ||
Copyright (c) Steven Vachon <contact@svachon.com> (svachon.com) | ||
Copyright (c) Justin Beckwith <justin.beckwith@gmail.com> (jbeckwith.com) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "linkinator", | ||
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "repository": "JustinBeckwith/linkinator", | ||
"nyc": "^14.0.0", | ||
"semantic-release": "^15.13.13", | ||
"semantic-release": "^15.13.15", | ||
"sinon": "^7.2.3", | ||
@@ -51,0 +51,0 @@ "source-map-support": "^0.5.10", |
@@ -49,2 +49,5 @@ # 🐿 linkinator | ||
--silent | ||
Only output broken links. | ||
--help | ||
@@ -51,0 +54,0 @@ Show this command. |
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
32954
204