tap-parser
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -63,3 +63,3 @@ var Stream = require('stream'); | ||
plan.skip_reason = skip_reason; // could be undefined | ||
} else if (skip_reason !== undefined) { | ||
} else if (skip_reason) { | ||
stream.emit('parseError', { | ||
@@ -66,0 +66,0 @@ message: 'plan is not empty, but has a SKIP reason', |
{ | ||
"name" : "tap-parser", | ||
"version" : "0.2.0", | ||
"version" : "0.2.1", | ||
"description" : "parse the test anything protocol", | ||
@@ -10,4 +10,4 @@ "main" : "index.js", | ||
"devDependencies" : { | ||
"tap" : "~0.3.0", | ||
"tape" : "~0.2.0" | ||
"tap" : "~0.4.6", | ||
"tape" : "~2.3.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts" : { |
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
30620