Skip to content

Commit

Permalink
Remove priv from hex docs project file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tmecklem committed Sep 13, 2020
1 parent 1edc6b5 commit f13078b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uncharted/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ defmodule Uncharted.MixProject do
end

defp package_files do
~w(lib priv .formatter.exs mix.exs README.md LICENSE CHANGELOG.md VERSION)
~w(lib .formatter.exs mix.exs README.md LICENSE CHANGELOG.md VERSION)
end
end
2 changes: 1 addition & 1 deletion uncharted_phoenix/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ defmodule UnchartedPhoenix.MixProject do
end

defp package_files do
~w(lib priv .formatter.exs mix.exs README.md LICENSE CHANGELOG.md VERSION)
~w(lib .formatter.exs mix.exs README.md LICENSE CHANGELOG.md VERSION)
end

defp copy_assets(_) do
Expand Down

0 comments on commit f13078b

Please sign in to comment.