Skip to content

Commit 92d36d4

Browse files
committed
Include VERSION in hex package
1 parent 957325e commit 92d36d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ defmodule Eliver.Mixfile do
2222
[
2323
maintainers: ["Martin Pretorius"],
2424
licenses: ["MIT"],
25-
links: %{"GitHub" => "https://github.com/glasnoster/eliver"}
25+
links: %{"GitHub" => "https://github.com/glasnoster/eliver"},
26+
files: ["lib", "mix.exs", "README.md", "VERSION"],
2627
]
2728
end
2829

0 commit comments

Comments
 (0)