Skip to content

Commit ab7d2bc

Browse files
committed
fix: only use ex_doc in dev
1 parent 194958e commit ab7d2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Tableau.MixProject do
3636
{:plug_cowboy, "~> 2.0"},
3737
{:plug_static_index_html, "~> 1.0"},
3838
{:file_system, "~> 0.2"},
39-
{:ex_doc, ">= 0.0.0"},
39+
{:ex_doc, ">= 0.0.0", only: :dev},
4040
# {:yaml_front_matter, "~> 1.0"},
4141
# {:jason, "~> 1.4"},
4242
# {:toml, "~> 0.6.2"},

0 commit comments

Comments
 (0)