mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
don't forget to write the format for old-style unipackage.json
This commit is contained in:
@@ -217,6 +217,7 @@ var convertIsopackFormat = function (data, versionFrom, versionTo) {
|
||||
return convertedData;
|
||||
} else if (versionFrom === "isopack-1" && versionTo === "unipackage-pre2") {
|
||||
convertedData.unibuilds = convertedData.builds;
|
||||
convertedData.format = "unipackage-pre2";
|
||||
delete convertedData.builds;
|
||||
return convertedData;
|
||||
}
|
||||
@@ -1024,7 +1025,7 @@ _.extend(Isopack.prototype, {
|
||||
// writes one file with all of the new formats, so that it is possible
|
||||
// to invent a new format and have old versions of meteor still read the
|
||||
// old format
|
||||
//
|
||||
//
|
||||
// This looks something like:
|
||||
// {
|
||||
// isopack-1: {... data ...},
|
||||
|
||||
Reference in New Issue
Block a user