Skip to content

Commit

Permalink
Ensure DeepMege is only compiled in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Dec 9, 2023
1 parent 19c24f2 commit 1e915d9
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 @@ -49,7 +49,7 @@ defmodule LiveViewNative.MixProject do
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
{:makeup_eex, ">= 0.1.1", only: :dev, runtime: false},
{:owl, "~> 0.8", runtime: false},
{:deep_merge, "~> 1.0"},
{:deep_merge, "~> 1.0", only: :dev},
{:live_view_native_platform, "0.2.0-beta.2"},
]
end
Expand Down

0 comments on commit 1e915d9

Please sign in to comment.