File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ var through = require('through2'),
1515 bowerDir = require ( 'bower-directory' ) ;
1616
1717/**
18- * Use the given transforms to compile the files of the input stream .
18+ * Create a context with the given options .
1919 * @param {object } opt A hash of options
20- * @returns {stream.Through } A through stream that performs the operation of a gulp stream
20+ * @returns {{each:function, all:function } A set of gulp plugins that operate with the given context
2121 */
22- function createCollection ( opt ) {
22+ function create ( opt ) {
2323
2424 // ensure options
2525 var options = merge ( {
@@ -416,4 +416,4 @@ function parseError(text) {
416416 . shift ( ) ;
417417}
418418
419- module . exports = createCollection ;
419+ module . exports = create ;
You can’t perform that action at this time.
0 commit comments