standard-reporter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "standard-reporter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Reporters for feross/standard or uber/standard via unix pipes", | ||
@@ -8,3 +8,3 @@ "main": "standard-reporter.js", | ||
"lint": "standard | ./standard-reporter.js", | ||
"test": "npm run lint -s", | ||
"test": "npm run lint -s & node test/index.js", | ||
"precommit": "npm test -s", | ||
@@ -11,0 +11,0 @@ "prepush": "npm test -s" |
@@ -132,3 +132,3 @@ #!/usr/bin/env node | ||
function flush(callback) { | ||
this.push(JSON.stringify(errors, undefined, 2)); | ||
this.push(JSON.stringify(errors, undefined, 2) + '\n'); | ||
callback(); | ||
@@ -135,0 +135,0 @@ } |
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
11997