Skip to content

Commit f61e459

Browse files
committed
Add ex_docs as dep
1 parent bf3c7e1 commit f61e459

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mix.exs

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ defmodule Dumballah.Mixfile do
2929
#
3030
# Type "mix help deps" for more examples and options
3131
defp deps do
32-
[]
32+
[
33+
{:ex_doc, ">= 0.0.0", only: :dev}
34+
]
3335
end
3436

3537
defp description do

mix.lock

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
%{"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
2+
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]}}

0 commit comments

Comments
 (0)