Skip to content

Commit 606df51

Browse files
authored
Require ex_doc dependency only for ":docs". (#101)
So that Hex packages earmark_parser, makeup, makeup_elixir, and nimble_parsec aren't pulled in to users of this library.
1 parent fd0c3d9 commit 606df51

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
@@ -28,7 +28,7 @@ defmodule PaperTrail.Mixfile do
2828
[
2929
{:ecto, ">= 3.4.0"},
3030
{:ecto_sql, ">= 3.4.0"},
31-
{:ex_doc, ">= 0.21.3"},
31+
{:ex_doc, ">= 0.21.3", only: :docs},
3232
{:postgrex, ">= 0.0.0", only: [:dev, :test]},
3333
{:jason, ">= 1.2.0", only: [:dev, :test]}
3434
]

0 commit comments

Comments
 (0)