Hey @Program3r, let's move this discussion here, since it got quite specific.
Here's my package code for bundling up and testing Isotope
To be honest, I've read through docs.meteor.com and Differential's dissection of the Package api and don't understand exactly what versionsFrom does.
If no version is specified for an 'api.use' dependency, use the one defined in [parameter]
That doesn't suggest that if a package has api.use('0.9.0'), it can't be used with newer Meteor apps, as you seemed to imply:
Thanks for upgrading your (from official) package to 1.0 so it can be used in new meteor apps.
Hey @Program3r, let's move this discussion here, since it got quite specific.
Here's my package code for bundling up and testing Isotope
To be honest, I've read through docs.meteor.com and Differential's dissection of the Package api and don't understand exactly what
versionsFromdoes.That doesn't suggest that if a package has
api.use('0.9.0'), it can't be used with newer Meteor apps, as you seemed to imply: