Skip to content

Commit dadb23a

Browse files
committed
Add docs dependency for publishing.
1 parent ccf211b commit dadb23a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ defmodule PatternTap.Mixfile do
3333
#
3434
# Type `mix help deps` for more examples and options
3535
defp deps do
36-
[]
36+
[
37+
{:ex_doc, ">= 0.0.0", only: :dev}
38+
]
3739
end
3840
end

mix.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
%{"earmark": {:hex, :earmark, "1.2.2", "f718159d6b65068e8daeef709ccddae5f7fdc770707d82e7d126f584cd925b74", [:mix], [], "hexpm"},
2+
"ex_doc": {:hex, :ex_doc, "0.16.2", "3b3e210ebcd85a7c76b4e73f85c5640c011d2a0b2f06dcdf5acdb2ae904e5084", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"}}

0 commit comments

Comments
 (0)