Less dependency blocks Meteor 1.2+
Closed this issue · 1 comments
CaptainN commented
Meteor broke a bunch of packags when they released 1.2 because they bumped the version of less they use to 2, and then for some reason locked the versionless less
to version 1. If you want to be able to update a package that relies on less, you must update the package like so: 'less@1.0.0 || 2.5.0',
I submitted a PR for this to TheAncientGoat's repo. I should do the same here?
CaptainN commented
Oh! I didn't realize upping versionsFrom would fix this. Good to know!