Skip to content

Commit 5c5f512

Browse files
committed
Include eex in the list of extra applications
1 parent 6a4718e commit 5c5f512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule FlameEC2.MixProject do
4545
end
4646

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

5050
# Run "mix help deps" to learn about dependencies.
5151
defp deps do

0 commit comments

Comments
 (0)