Skip to content

Commit 7e58814

Browse files
committed
add mix.exs to hex package
1 parent 6203f02 commit 7e58814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ defmodule SSLVerifyFun.Mixfile do
1818
[maintainers: ["Ilya Khaprov"],
1919
licenses: ["MIT"],
2020
links: %{"GitHub" => "https://github.com/deadtrickster/ssl_verify_fun.erl"},
21-
files: ["src", "README.md", "LICENSE", "Makefile", "rebar.config"]]
21+
files: ["src", "README.md", "LICENSE", "Makefile", "rebar.config", "mix.exs"]]
2222
end
2323
end

0 commit comments

Comments
 (0)