Skip to content

Commit

Permalink
add ex_doc as a dependency to make hex.pm happy
Browse files Browse the repository at this point in the history
  • Loading branch information
velimir committed Nov 29, 2018
1 parent 187fc2c commit 215f915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ defmodule MixErllambda.MixProject do

defp deps do
[
{:distillery, "~> 2.0"}
{:distillery, "~> 2.0"},
{:ex_doc, ">= 0.0.0", only: :dev}
]
end

Expand Down

0 comments on commit 215f915

Please sign in to comment.