tchak / ember-fetch-adapter

A Network Adapter Service based on Ember RFC #171.
MIT License
1 stars 1 forks source link

Make sure people install ember-fetch #5

Closed RobbieTheWagner closed 6 years ago

RobbieTheWagner commented 6 years ago

Fixes #1

tchak commented 6 years ago

Thanks. I added a blueprint to deal with this. https://github.com/tchak/ember-fetch-adapter/commit/085687878b2fb5af94c9a439e5c6a2d088360f53

RobbieTheWagner commented 6 years ago

@tchak shouldn't the blueprint use addAddonsToProject instead of addPackagesToProject?

tchak commented 6 years ago

Ah let me check. I just copied from another addon :)

tchak commented 6 years ago

done