Skip to content

Commit ad6af37

Browse files
committed
Added "only: :dev" to the dependency on earmark.
1 parent 030b7a1 commit ad6af37

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
@@ -27,7 +27,7 @@ defmodule Array.Mixfile do
2727
#
2828
# Type `mix help deps` for more examples and options
2929
defp deps do
30-
[{:earmark, ">= 0.0.0"},
30+
[{:earmark, ">= 0.0.0", only: :dev},
3131
{:ex_doc, "~> 0.6", only: :dev}]
3232
end
3333

0 commit comments

Comments
 (0)