grunt-parallel-spec-runner
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "grunt-parallel-spec-runner", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Plugin used to configure and launch multiple spec ", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/RallySoftware/grunt-parallel-spec-runner.git", |
@@ -229,3 +229,3 @@ /* | ||
writeSummary: function(){ | ||
var ln = grunt.util.repeat(process.stdout.getWindowSize()[0], '-'), | ||
var ln = grunt.util.repeat(process.stdout.columns, '-'), | ||
tab = '\t'; | ||
@@ -232,0 +232,0 @@ |
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
214295