Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 0505666

Browse files
author
Coburn Berry
committed
exdoc dev dep
1 parent 005f4c2 commit 0505666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule NewRelixir.Mixfile do
2727
defp deps do
2828
[
2929
{:ecto, "~> 2.0", runtime: false},
30-
{:ex_doc, "~> 0.16", only: :docs},
30+
{:ex_doc, "~> 0.16", only: :dev},
3131
{:hackney, "~> 1.10"},
3232
{:phoenix, "~> 1.3", runtime: false}
3333
]

0 commit comments

Comments
 (0)