Skip to content

Commit

Permalink
Add runtime: false to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jan 26, 2019
1 parent 2d5bd08 commit 9219ec6
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 @@ -35,8 +35,8 @@ defmodule CalendarInterval.MixProject do

defp deps() do
[
{:ex_doc, github: "elixir-lang/ex_doc", only: :dev},
{:dialyxir, "~> 1.0-rc", only: :dev}
{:ex_doc, github: "elixir-lang/ex_doc", only: :dev, runtime: false},
{:dialyxir, "~> 1.0-rc", only: :dev, runtime: false}
]
end
end

0 comments on commit 9219ec6

Please sign in to comment.