Skip to content

Commit

Permalink
Include .formatter.exs in published files
Browse files Browse the repository at this point in the history
Needed for the exported formatter config to be used by dependents.
  • Loading branch information
bjyoungblood authored and edgurgel committed Aug 25, 2024
1 parent 55ebadd commit feff9d8
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 @@ -40,7 +40,7 @@ defmodule Mimic.Mixfile do
defp package do
[
description: "Mocks for Elixir functions",
files: ["lib", "LICENSE", "mix.exs", "README.md"],
files: ["lib", "LICENSE", "mix.exs", "README.md", ".formatter.exs"],
licenses: ["Apache-2.0"],
maintainers: ["Eduardo Gurgel"],
links: %{
Expand Down

0 comments on commit feff9d8

Please sign in to comment.