scoutforpets / ember-fullcalendar

An Ember Component for FullCalendar and FullCalendar Scheduler
MIT License
39 stars 45 forks source link

Don't lock version of ember-cli-moment-shim #74

Open andreyfel opened 5 years ago

andreyfel commented 5 years ago

Specifying static version of ember-cli-moment-shim creates conflicts in the apps using other versions. dependency shouldn't be specified as "3.5.0", it should be "^3.5.0" instead.

jamesdixon commented 5 years ago

Thanks. Feel free to submit a PR On Dec 6, 2018, 3:22 AM -0700, Andrey Fel notifications@github.com, wrote:

Specifying static version of ember-cli-moment-shim creates conflicts in the apps using other versions. dependency shouldn't be specified as "3.5.0", it should be "^3.5.0" instead. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.