Skip to content

Commit ac3bbb0

Browse files
authored
Update mix.exs
1 parent 9957eaf commit ac3bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Qex.Mixfile do
3030
end
3131

3232
defp deps do
33-
[{:ex_doc, ">= 0.0.0", only: :dev}]
33+
[{:ex_doc, ">= 0.0.0", only: :docs, runtime: false}]
3434
end
3535

3636
defp description do

0 commit comments

Comments
 (0)