tap-parser
Advanced tools
Comparing version 5.3.2 to 5.3.3
@@ -43,2 +43,5 @@ #!/usr/bin/env node | ||
console.error('Unrecognized arg: %j', arg) | ||
if (arg === '-v' || arg === '--version') | ||
console.log(require('../package.json').version) | ||
}) | ||
@@ -45,0 +48,0 @@ |
{ | ||
"name": "tap-parser", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "parse the test anything protocol", | ||
@@ -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
41565
957