Skip to content

Commit 076d024

Browse files
authored
Merge pull request #19 from jmnsf/hotfix/include-formatter-in-package
2 parents 90f6df0 + 4697d38 commit 076d024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Assertions.MixProject do
2929

3030
defp package do
3131
[
32-
files: ~w(lib mix.exs README.md LICENSE),
32+
files: ~w(lib mix.exs README.md LICENSE .formatter.exs),
3333
licenses: ["MIT"],
3434
links: %{"GitHub" => "https://github.com/devonestes/assertions"}
3535
]

0 commit comments

Comments
 (0)