Skip to content

Commit

Permalink
Re-add ex_doc, needed for mix hex.docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jul 19, 2016
1 parent eacc244 commit e46f6a1
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 @@ -51,7 +51,8 @@ defmodule Facebook.Mixfile do
defp deps do
[
{:json, ">= 0.3.3"},
{:hackney, "~> 1.6"}
{:hackney, "~> 1.6"},
{:ex_doc, ">= 0.13.0", only: :dev}
]
end
end

0 comments on commit e46f6a1

Please sign in to comment.