chore: remove priv from release files
This commit is contained in:
parent
a991e71851
commit
1ae81b1d90
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -66,7 +66,7 @@ defmodule Temple.MixProject do
|
||||||
maintainers: ["Mitchell Hanberg"],
|
maintainers: ["Mitchell Hanberg"],
|
||||||
licenses: ["MIT"],
|
licenses: ["MIT"],
|
||||||
links: %{github: "https://github.com/mhanberg/temple"},
|
links: %{github: "https://github.com/mhanberg/temple"},
|
||||||
files: ~w(lib priv CHANGELOG.md LICENSE mix.exs README.md .formatter.exs)
|
files: ~w(lib CHANGELOG.md LICENSE mix.exs README.md .formatter.exs)
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in a new issue