summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2016-02-23 11:31:05 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2016-02-23 11:31:05 -0600
commit6a05e8b69e25943a0c27ef70351a02110fa44322 (patch)
tree518ebab421449a0d0fae6bd0218825b7684fd6d4 /mix.exs
parentChange contributors to maintainers (diff)
Add earmark dep for ex_doc
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9a8b585..7392c0b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -24,7 +24,8 @@ defmodule ExIrc.Mixfile do
end
defp deps do
- [{:ex_doc, "~> 0.5", only: :dev}]
+ [{:ex_doc, "~> 0.5", only: :dev},
+ {:earmark, ">= 0.0.0", only: :dev}]
end
end