Skip to content

Commit

Permalink
Add ex_doc package to enable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
plackemacher committed Jan 24, 2017
1 parent 105618c commit 852d0ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/deps
erl_crash.dump
*.ez
/doc
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ defmodule SecureCompare.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[]
[
{:ex_doc, ">= 0.0.0", only: :dev}
]
end

defp package do
Expand Down
2 changes: 2 additions & 0 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
%{"earmark": {:hex, :earmark, "1.1.0", "8c2bf85d725050a92042bc1edf362621004d43ca6241c756f39612084e95487f", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]}}

0 comments on commit 852d0ed

Please sign in to comment.