ember-cli / ember-compatibility-helpers

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

Clarify supported version strings in README #35

Closed tomdale closed 4 years ago

tomdale commented 4 years ago

Removes invalid README example, adds section on version string requirements

The invalid example (gte('3.5')) is replaced with an example showing the syntax for specifying beta releases (gte('3.5.0-beta.3')).

rwjblue commented 4 years ago

CI failure is due to the build using async functions and we are still testing Node 6.