Skip to content

Commit

Permalink
Include eex in the list of extra applications
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-not committed Jan 7, 2025
1 parent 6a4718e commit 5c5f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule FlameEC2.MixProject do
end

defp applications(:dev), do: applications(:all) ++ [:remixed_remix, :runtime_tools]
defp applications(_all), do: [:logger, :xmerl]
defp applications(_all), do: [:logger, :xmerl, :eex]

# Run "mix help deps" to learn about dependencies.
defp deps do
Expand Down

0 comments on commit 5c5f512

Please sign in to comment.