Revert "Delete extra field on conversion"

This reverts commit 14598f1ca6.

looks like it is causing errors?
This commit is contained in:
Slava Kim
2015-02-02 17:24:50 -08:00
parent 9243bfad3d
commit ce558849d3

View File

@@ -253,10 +253,6 @@ Isopack.convertOneStepForward = function (data, fromFormat) {
if (fromFormat === "unipackage-pre2") {
convertedData.builds = convertedData.unibuilds;
delete convertedData.unibuilds;
// The new files have the format in the key, not inside the actual data
delete convertedData.format;
return convertedData;
}
};