mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

Change ex_doc dependency to be only for dev environment #40

Closed gshaw closed 8 years ago

gshaw commented 8 years ago

I'd like to keep the ex_doc dependency of my project only the development environment so it isn't brought into production. I'm pretty sure the same could be said for mailman.

The fix is to add an only clause to the dependency.

{ :ex_doc, ">= 0.6.0", only: :dev },
Awea commented 8 years ago

Can this be merged ?

gshaw commented 8 years ago

I haven't checked recently but at the time I created the PR it was good to merge. Just waiting for @kamilc to merge it.

Awea commented 8 years ago

@gshaw Yep :) Just trying to re-up.