ember-module-migrator
ember-module-migrator copied to clipboard
Detect Ember version being used, and disable private collections if < 2.5.0.
Private collections will not work with versions of Ember prior to 2.5.0, we should not migrate to private collections if it is not supported by the Ember version being used.