remove es6 syntax, fixes #126 (#128)

This commit is contained in:
Francesco Soncina 2016-10-07 21:44:15 +02:00 committed by Ken Wheeler
parent c09d4b43c5
commit 5ee4f4e8a6

View File

@ -139,7 +139,7 @@ function bundleSizeTree(stats) {
}
var newChild = {
packageName: pkg,
packageVersion,
packageVersion: packageVersion,
size: mod.size,
children: []
};