adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

Fix missing modifier error in consuming apps #358

Closed sandydoo closed 3 years ago

sandydoo commented 3 years ago

To be included in an app, @ember/render-modifiers needs to be a dependency of this addon, not just a dev dependency.

Fixes #357.