Skip to content

Commit

Permalink
Add ex_doc dep
Browse files Browse the repository at this point in the history
Documentation is required for package publish.
  • Loading branch information
bettio committed Mar 18, 2020
1 parent b29af00 commit 54140be
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 @@ -46,7 +46,8 @@ defmodule Cyanide.MixProject do
defp deps do
[
{:excoveralls, "~> 0.9.1", only: :test},
{:dialyxir, "== 0.5.1", only: [:dev], runtime: false}
{:dialyxir, "== 0.5.1", only: [:dev], runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit 54140be

Please sign in to comment.