Skip to content

Commit

Permalink
Make docout dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Aug 6, 2022
1 parent e98c076 commit 919f095
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 @@ -49,7 +49,7 @@ defmodule LiveAdmin.MixProject do
{:faker, "~> 0.17", only: :dev},
{:floki, ">= 0.30.0", only: :test},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:docout, github: "tfwright/docout", branch: "main", runtime: false}
{:docout, github: "tfwright/docout", branch: "main", runtime: false, only: [:dev, :test]}
]
end

Expand Down

0 comments on commit 919f095

Please sign in to comment.