ember-animation / ember-animated

Core animation primitives for Ember.
https://ember-animation.github.io/ember-animated/
MIT License
245 stars 90 forks source link

Fix test-support exports #694

Closed simonihmig closed 8 months ago

simonihmig commented 8 months ago

This is fixing imports of ember-animated/test-support not resolving correctly. Order in package.json#exports is relevant, so the catch-all rule should come last. Also, for TS projects still using legacy moduleResolution, typesVersions should cover the index-module.

SergeAstapov commented 8 months ago

Thank you @simonihmig!

SergeAstapov commented 8 months ago

published as v2.0.1