chore: cleanup
Some checks are pending
CI / ash-ci (push) Waiting to run

This commit is contained in:
Zach Daniel 2024-07-06 13:28:02 -04:00
parent 1303e0f394
commit 7eba812020

View file

@ -129,11 +129,6 @@ defmodule Igniter.Project.Deps do
end)
end
# defp local_dep?(install) do
# config = Mix.Project.config()[:deps][install]
# Keyword.keyword?(config) && config[:path]
# end
defp do_add_dependency(igniter, name, version, opts) do
igniter
|> Igniter.update_elixir_file("mix.exs", fn zipper ->