Skip to content

Commit 6752cee

Browse files
committed
Remove priv from package files
1 parent b51427d commit 6752cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule ElixirScriptWeb.Mixfile do
3939

4040
defp package do
4141
[
42-
files: ["lib", "priv/**/*.*", "mix.exs", "README.md", "CHANGELOG.md"],
42+
files: ["lib", "mix.exs", "README.md", "CHANGELOG.md"],
4343
maintainers: ["Bryan Joseph"],
4444
licenses: ["MIT"],
4545
links: %{

0 commit comments

Comments
 (0)