Skip to content

Commit

Permalink
chore(make ex_doc optional): deps better
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Aug 20, 2022
1 parent 35817d3 commit d0276e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule ExFactor.MixProject do

defp deps do
[
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false, optional: true, app: false}
]
end

Expand Down

0 comments on commit d0276e9

Please sign in to comment.