Skip to content

Commit

Permalink
Remove unused priv dir
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut committed Sep 15, 2019
1 parent dca0154 commit 5314726
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 @@ -28,7 +28,7 @@ defmodule EIP55.MixProject do

defp package do
[
files: ["lib", "priv", "mix.exs", "README.md", "LICENSE"],
files: ["lib", "mix.exs", "README.md", "LICENSE"],
maintainers: ["Unnawut Leepaisalsuwanna"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/unnawut/eip_55"}
Expand Down

0 comments on commit 5314726

Please sign in to comment.