Skip to content

Commit

Permalink
Fix task dependency for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Dec 29, 2016
1 parent 0c549c1 commit 1dfa156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ defmodule ExTwitter.Mixfile do
{:excoveralls, "~> 0.5", only: :test},
{:meck, "~> 0.8.2", only: [:dev, :test]},
{:mock, github: "jjh42/mock", only: [:dev, :test]},
{:ex_doc, "~> 0.11", only: :docs},
{:earmark, "~> 0.1", only: :docs},
{:ex_doc, ">= 0.0.0", only: [:dev, :docs]},
{:earmark, "~> 0.1", only: [:dev, :docs]},
{:inch_ex, "~> 0.5.1", only: :docs},
{:benchfella, github: "alco/benchfella", only: :dev}
]
Expand Down

0 comments on commit 1dfa156

Please sign in to comment.