Comparing version 0.7.2 to 0.7.3
@@ -48,3 +48,3 @@ #!/usr/bin/env node | ||
var flushed = process.stdout.flush && process.stdout.flush(); | ||
if (!flushed) { | ||
if (!flushed && (parseFloat(process.versions.node) < 0.5)) { | ||
process.once("drain", function () { | ||
@@ -51,0 +51,0 @@ process.exit(code || 0); |
{ | ||
"name": "yuitest", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "YUI Test Library on NodeJS", | ||
"author": "Nicholas C. Zakas <nzakas@yahoo-inc.com>", | ||
"author": "Nicholas C. Zakas <node@nczconsulting.com>", | ||
"url": { "web" : "http://yuilibrary.com/projects/yuitest/issues" }, | ||
@@ -7,0 +7,0 @@ "os": ["darwin", "linux"], |
Sorry, the diff of this file is too big to display
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
270105
6480