Skip to content

Commit

Permalink
Add ex_doc as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednorman committed Aug 24, 2016
1 parent 15ec81f commit ceff466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/deps
erl_crash.dump
*.ez
/mix.lock
/doc
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ defmodule Canada.Mixfile do
end

defp deps do
[]
[{:ex_doc, ">= 0.0.0", only: :dev}]
end
end

0 comments on commit ceff466

Please sign in to comment.