Comparing version 0.1.0 to 0.1.1
@@ -21,3 +21,3 @@ /*! | ||
* | ||
* // wrap some plugin that creates a readable stream | ||
* // wrap something that returns a readable stream | ||
* var stream = src(plugin()); | ||
@@ -24,0 +24,0 @@ * |
{ | ||
"name": "src-stream", | ||
"description": "Wrap readable streams to turn them into passthrough streams.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/doowb/src-stream", | ||
@@ -29,3 +29,13 @@ "author": "Brian Woodward (https://github.com/doowb)", | ||
"through2": "^2.0.0" | ||
}, | ||
"verb": { | ||
"related": { | ||
"list": [ | ||
"stream-loader", | ||
"merge-stream", | ||
"duplexify", | ||
"through2" | ||
] | ||
} | ||
} | ||
} |
@@ -19,4 +19,2 @@ # src-stream [![NPM version](https://badge.fury.io/js/src-stream.svg)](http://badge.fury.io/js/src-stream) [![Build Status](https://travis-ci.org/doowb/src-stream.svg)](https://travis-ci.org/doowb/src-stream) | ||
<!-- add a path or glob pattern for files with code comments to use for docs --> | ||
### [srcStream](index.js#L39) | ||
@@ -36,3 +34,3 @@ | ||
// wrap some plugin that creates a readable stream | ||
// wrap something that returns a readable stream | ||
var stream = src(plugin()); | ||
@@ -52,4 +50,2 @@ | ||
<!-- add an array of related projects, then un-escape the helper --> | ||
* [duplexify](https://github.com/mafintosh/duplexify): Turn a writeable and readable stream into a streams2 duplex stream with support for async… [more](https://github.com/mafintosh/duplexify) | ||
@@ -56,0 +52,0 @@ * [merge-stream](https://github.com/grncdr/merge-stream): Create a stream that emits events from multiple other streams |
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
5479
79