Skip to content

Fix ember-cli deprecation warning

Choose a tag to compare

@green-arrow green-arrow released this 30 Mar 13:22
· 8 commits to master since this release

In ember-cli >= 2.12.0, the following deprecation warning is issued:

DEPRECATION: `ember-cli/ext/promise` is deprecated, use `rsvp` instead...

This release moves to using RSVP as instructed in the warning.

Thanks to @nelstrom for the patch!