factor-bundle
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -44,3 +44,3 @@ var Transform = require('stream').Transform; | ||
b.pipeline.get('record').push(through.obj(function(row, enc, next) { | ||
if (needRecords) { | ||
if (row.file && needRecords) { | ||
files.push(row.file); | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "factor-bundle", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "factor browser-pack bundles into common shared bundles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
41664