meteor-space / base

Foundation for Modular Application Architecture in Meteor.
MIT License
75 stars 5 forks source link

Fix package information for publishing to atmosphere #56

Closed darko-mijic closed 8 years ago

darko-mijic commented 8 years ago

I had to specify minimum package version for core packages.

darko-mijic commented 8 years ago

What do you thing the minimum dependency for core Meteor packages should be: https://github.com/meteor-space/base/blob/chore/prepeare-package-for-publishing/package.js#l16

darko-mijic commented 8 years ago

Disregard my comment about annotations...

rhyslbw commented 8 years ago

Is there a reason for needing 1.2 ? We've only been requiring 1.0 up to this point

darko-mijic commented 8 years ago

we can not publish anything that requires ecmascriptwithout this 1.0 won’t work

rhyslbw commented 8 years ago

Then we have a reason to require 1.2 :smile: That should be fine :+1: