factor-bundle
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -57,3 +57,3 @@ var Transform = require('stream').Transform; | ||
var ws = isStream(output) ? output : fs.createWriteStream(output); | ||
pipeline.push(ws); | ||
pipeline.pipe(ws); | ||
} | ||
@@ -60,0 +60,0 @@ acc[path.resolve(cwd, x)] = pipeline; |
{ | ||
"name": "factor-bundle", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "factor browser-pack bundles into common shared bundles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
41652
42