electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
325 stars 46 forks source link

Support pre-1.2 Meteor releases #71

Closed rdickert closed 8 years ago

rdickert commented 8 years ago

Solves #68. Tested and works for Meteor releases 1.2.1, 1.1.0.3, and 1.0.5. "Tested" here means that adding the package caused Electron to download correctly, start, and display the app as expected.

alanning commented 8 years ago

Nice! But I think there will be a problem when publishing if you don't add a "api.versionsFrom". We ran into that with the Roles when trying to figure out the new package system and still support older meteor.

I'm pretty sure you either need versionsFrom or specific version numbers.

rdickert commented 8 years ago

Hopefully that does it. I retested it with 1.2.1, 1.1.0.3, and 1.0.5 again, and it seems fine.

wearhere commented 8 years ago

Cool thanks @alanning & @rdickert !