Skip to content

Commit

Permalink
chore: add package
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 13, 2024
1 parent 5c3305b commit 5bda927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Igniter.New.MixProject do
maintainers: ["Zach Daniel"],
licenses: ["MIT"],
links: %{"GitHub" => @scm_url},
files: ~w(lib templates mix.exs README.md)
files: ~w(lib mix.exs README.md)
],
preferred_cli_env: [docs: :docs],
source_url: @scm_url,
Expand All @@ -29,7 +29,7 @@ defmodule Igniter.New.MixProject do

def deps do
[
{:ex_doc, "~> 0.24", only: :docs}
{:ex_doc, "~> 0.24", only: :dev}
]
end

Expand Down

0 comments on commit 5bda927

Please sign in to comment.