Skip to content

Commit

Permalink
added ex_doc to publish :O
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed Feb 26, 2017
1 parent 33ca4c0 commit 7f27a16
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 @@ -31,7 +31,8 @@ defmodule Mix.Tasks.EyeDrops.Mixfile do
[
{:fs, "~> 2.12.0"},
{:mock, "~> 0.2.1", only: :test},
{:credo, "~> 0.6.1", only: [:dev, :test]}
{:credo, "~> 0.6.1", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: :dev}
]
end

Expand Down

0 comments on commit 7f27a16

Please sign in to comment.