mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert "Delete extra field on conversion"
This reverts commit 14598f1ca6.
looks like it is causing errors?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user