aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mix.exs2
-rw-r--r--mix.lock2
2 files changed, 3 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
diff --git a/mix.lock b/mix.lock
new file mode 100644
index 0000000..90404cf
--- /dev/null
+++ b/mix.lock
@@ -0,0 +1,2 @@
+%{"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
+ "ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]}}