ember-cli / ember-cli/ember-twiddle
Find some way not to hardcode version list
Open
- Dominant language
- JavaScript
- Stars
- 268
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
```
const EMBER_VERSIONS = ['2.4.4', '2.3.2', '2.2.2', '2.1.2', '2.0.3', '1.13.13', '1.12.2'];
const EMBER_DATA_VERSIONS = ['2.4.3', '2.3.3', '2.2.1', '2.1.0', '2.0.1', '1.13.15'];
```
It would be nice if we can get this list from somewhere?
Contributor guide
Assessment
This issue has not been assessed yet.