aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-06 12:24:40 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-06 12:24:40 +0100
commit75c1337af217ece98ca0c8c4c2ab112efda4396f (patch)
tree0168c338cd4f6679ef3927756e4074d4b45560c4 /mix.exs
parent05e93e202cbc4cefe4ce522f270b359161b0652c (diff)
downloadzendex-75c1337af217ece98ca0c8c4c2ab112efda4396f.tar.gz
zendex-75c1337af217ece98ca0c8c4c2ab112efda4396f.tar.xz
adding ex_doc as dependency
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 6318149..7fdd001 100644
--- a/mix.exs
+++ b/mix.exs
@@ -17,7 +17,7 @@ defmodule Zendex.Mixfile do
end
defp deps do
- []
+ [{:ex_doc, ">= 0.0.0", only: :dev}]
end
defp description do