Skip to content

Commit 2b75ae4

Browse files
author
benholloway
committed
rename export
1 parent 8bfdd3f commit 2b75ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/build/browserify.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)