Skip to content

Commit d1bd56e

Browse files
committed
build: add ex_doc
1 parent 3b6c315 commit d1bd56e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ defmodule Extaima.MixProject do
2626
# Run "mix help deps" to learn about dependencies.
2727
defp deps do
2828
[
29-
# {:dep_from_hexpm, "~> 0.3.0"},
30-
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
29+
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
3130
]
3231
end
3332
end

0 commit comments

Comments
 (0)