Comparing version 0.0.0 to 0.0.1
@@ -76,2 +76,6 @@ | ||
return function(done) { | ||
if (!stream.readable) { | ||
return done(); | ||
} | ||
function onreadable() { | ||
@@ -78,0 +82,0 @@ cleanup(); |
{ | ||
"name": "co-read", | ||
"description": "Consume a readable stream generator-style", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -7,2 +7,4 @@ | ||
[![build status](https://secure.travis-ci.org/juliangruber/co-read.png)](http://travis-ci.org/juliangruber/co-read) | ||
## Example | ||
@@ -51,3 +53,3 @@ | ||
[previous work](https://github.com/visionmedia/co/commit/d1f03a936a70d7c7cb27c9d95b53ed567a4ded10) | ||
from @TooTallNate. | ||
from [TooTallNate](https://github.com/TooTallNate). | ||
@@ -54,0 +56,0 @@ ## License |
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
9593
13
287
77