Comparing version 1.0.0 to 1.0.1
@@ -172,3 +172,4 @@ #!/usr/bin/env node | ||
config.defaults.log = config.defaults.log || console; | ||
config.defaults.wrapWidth = process.stdout.columns; | ||
// Setting to undefined rather than 0 allows for a fallback to the default | ||
config.defaults.wrapWidth = process.stdout.columns || undefined; | ||
if (program.json) { | ||
@@ -175,0 +176,0 @@ delete config.defaults.log; |
# Changelog | ||
## 1.0.1 (2016-03-08) | ||
* Use default wrapWidth if process.stdout.columns is reported as 0 | ||
## 1.0.0 (2016-03-07) | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "pa11y-ci", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Pa11y CI is a CI-centric accessibility test runner, built using Pa11y", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
59755
1224
4