Skip to content

Commit

Permalink
Fix docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogut committed Feb 5, 2017
1 parent d64a0ef commit 710d93a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ defmodule RecurringEvents.Mixfile do
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
preferred_cli_env: [docs: :docs],
package: package(),
description: description(),
deps: deps()]
Expand All @@ -30,7 +29,7 @@ defmodule RecurringEvents.Mixfile do
#
# Type "mix help deps" for more examples and options
defp deps do
[{:ex_doc, ">= 0.0.0", only: :docs}]
[{:ex_doc, ">= 0.0.0", only: :dev}]
end

defp package do
Expand Down

0 comments on commit 710d93a

Please sign in to comment.