sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support @ember/optional-features@0.7.0

andreyfel opened this issue · comments

@ember/optional-features is locked as a dependency on ^0.6.3. Our app is using ^0.7.0, thus dependency linter gives a test failure for @ember/optional-features.
Maybe we should use less restrictive specification, like "^0.6.0 || ^0.7.0" to support apps with 0.6 and 0.7 versions?

Hi @andreyfel! thanks for raising this. Was just discussing in a PR review that it might be possible to remove the dependency altogether. I'll be looking into it this week, so stay tuned!