amiel / ember-data-url-templates

an ember-addon to allow building urls with url templates instead of defining buildURL
https://github.com/amiel/ember-data-url-templates/wiki
MIT License
129 stars 22 forks source link

Pull uri-templates from npm instead of Bower #18

Closed dfreeman closed 8 years ago

dfreeman commented 8 years ago

I'm on a quest to start removing Bower dependencies from our apps where possible in the ultimate hope that once Ember itself gets addonized we'll be able stop using Bower entirely.

This change switches ember-data-url-templates over to import the uri-templates library from npm, and eliminates the default blueprint that added the Bower package on install.

amiel commented 8 years ago

Works for me. Thanks!

amiel commented 8 years ago

@dfreeman Do you need a version released now?

dfreeman commented 8 years ago

@amiel No rush, but it would be nice to get this and #14 in a published release when you've got the time so we can stop pulling direct from Github. Thanks!

amiel commented 8 years ago

Sure thing; I'll plan to get 0.0.5 out today.

dfreeman commented 8 years ago

@amiel Do you think you'll have a chance to cut a release in the next couple days?

amiel commented 8 years ago

sorry about that. I just published 0.1.1, which should include these changes.

dfreeman commented 8 years ago

Awesome, thank you!