Skip to content

Commit

Permalink
correction to mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Howland authored and Dave Howland committed May 31, 2024
1 parent dd939ad commit 5075283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion A-vs-An-Elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ defmodule AvsAn.MixProject do
version: @version,
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: [{:ex_doc, "~> 0.27", only: :dev, runtime: false}]
deps: [{:ex_doc, "~> 0.27", only: :dev, runtime: false}],
docs: docs(),
package: package()
]
end

Expand Down

0 comments on commit 5075283

Please sign in to comment.