soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
68 stars 57 forks source link

Import bootstrap-datepicker via npm #96

Closed topaxi closed 6 years ago

topaxi commented 7 years ago

In our application, ember-cli-bootstrap-datepicker is the only dependency which uses bower. With this commit applications no longer depend on bower.

This PR is not backwards compatible for users who import their locales via app.import(...).

Samsinite commented 6 years ago

@soulim any chance this could be merged? Are you still interested in maintaining this addon? If not, are you interested in handing it off to someone else?

Samsinite commented 6 years ago

Looks like this addon isn't maintained anymore, suggest using https://github.com/topaxi/ember-bootstrap-datepicker. @soulim if you are no longer interested in maintaining this, I suggest updating your readme to recommend https://github.com/topaxi/ember-bootstrap-datepicker

dnesteryuk commented 6 years ago

@soulim it would be cool if you can merge this PR, because we need it to get rid of bower in our project.

soulim commented 6 years ago

Bower dependency has been removed in https://github.com/soulim/ember-cli-bootstrap-datepicker/pull/107. Thanks a lot for your help!