Closed kriswill closed 6 years ago
using:
// config/dependency-lint.js
module.exports = {
allowedVersions: {
// ember-attacher is using various versions
'ember-compatibility-helpers': '*'
}
};
temporary work-around for dependency-lint, by suspending the constraints for this add-on.
Thanks @kriswill! Will see about adding a version bump downstream
Closed via #152
When running
ember test
on my app, it complains aboutember-compatibility-helpers
consumed from deep within ember-attacher.