ember-cli / ember-compatibility-helpers

Helpers that allow you to write backwards compat Ember addons
MIT License
24 stars 20 forks source link

[temp bugfix] Allows compatibility helpers to work when linking #19

Closed pzuraq closed 6 years ago

pzuraq commented 6 years ago

Currently, ember-cli-version-checker does not work when linking packages due to the way it treats addons, roots, and projects. There are some open PRs on how to fix this, but in the meantime this is a temporary patch which should be backwards compatible, and force the version checker to always find the Ember version at the actual root of the project, regardless of linking.

cc @rwjblue, I'm happy to keep this as a branch too and not merge to master, just need a way to move @ember-decorators forward.