Previously, the dependency versions were quite strict. Now updated versions of the dependencies are allowed, which either ensures people get the latest version of microstates (rather than that specific one) or allows people to de-duplicate their version of ember-auto-import if other dependencies also have it installed.
Previously, the
dependency
versions were quite strict. Now updated versions of the dependencies are allowed, which either ensures people get the latest version ofmicrostates
(rather than that specific one) or allows people to de-duplicate their version ofember-auto-import
if other dependencies also have it installed.Closes #99