Comparing version 2.0.0 to 2.0.1
@@ -135,3 +135,3 @@ var Stream = require('stream'); | ||
output += (res.ok ? 'ok ' : 'not ok ') + count; | ||
output += res.name ? ' ' + res.name.replace(/\s+/g, ' ') : ''; | ||
output += res.name ? ' ' + res.name.toString().replace(/\s+/g, ' ') : ''; | ||
@@ -138,0 +138,0 @@ if (res.skip) output += ' # SKIP'; |
{ | ||
"name" : "tape", | ||
"version" : "2.0.0", | ||
"version" : "2.0.1", | ||
"description" : "tap-producing test harness for node and browsers", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
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
55196