Comparing version 2.2.10 to 2.2.11
@@ -1,2 +0,2 @@ | ||
var through = require('through'); | ||
var through = require('through2'); | ||
@@ -10,3 +10,7 @@ module.exports = function(cb) { | ||
}; | ||
return through(buf.push.bind(buf), end); | ||
var push = function(data, enc, cb) { | ||
buf.push(data); | ||
cb(); | ||
}; | ||
return through.obj(push, end); | ||
}; |
@@ -1,2 +0,2 @@ | ||
var pipeline = require('stream-combiner'); | ||
var pipeline = require('multipipe'); | ||
@@ -11,2 +11,2 @@ module.exports = function(){ | ||
}; | ||
}; | ||
}; |
@@ -1,7 +0,5 @@ | ||
var through = require('through'); | ||
var through = require('through2'); | ||
module.exports = function () { | ||
return through(function (data) { | ||
this.queue(data); | ||
}); | ||
return through.obj(); | ||
}; |
{ | ||
"name": "gulp-util", | ||
"description": "Utility functions for gulp plugins", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"homepage": "http://github.com/wearefractal/gulp-util", | ||
@@ -15,5 +15,5 @@ "repository": "git://github.com/wearefractal/gulp-util.git", | ||
"vinyl": "~0.2.1", | ||
"through": "~2.3.4", | ||
"through2": "~0.4.0", | ||
"dateformat": "~1.0.7-1.2.3", | ||
"stream-combiner": "0.0.4" | ||
"multipipe": "~0.0.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
25082
556
+ Addedmultipipe@~0.0.1
+ Addedthrough2@~0.4.0
+ Addedcore-util-is@1.0.3(transitive)
+ Addedduplexer2@0.0.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedmultipipe@0.0.2(transitive)
+ Addedobject-keys@0.4.0(transitive)
+ Addedreadable-stream@1.0.34(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedthrough2@0.4.2(transitive)
+ Addedxtend@2.1.2(transitive)
- Removedstream-combiner@0.0.4
- Removedthrough@~2.3.4
- Removedduplexer@0.1.2(transitive)
- Removedstream-combiner@0.0.4(transitive)
- Removedthrough@2.3.8(transitive)