You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throw an error in case of dependency mismatch (#2)
* Throw an error in case of dependency mismatch
An app (or addon) that consumes ember-data should have:
- either jquery
- or ember-fetch version 6.0.0 or above
Throw a build error if it's not the case.
* Remove ember-fetch as a peerDependency
0 commit comments