Skip to content

Commit

Permalink
Add CHANGELOG.md to package
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoegele committed Sep 2, 2017
1 parent a2ee1e1 commit d950cf5
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 @@ -32,7 +32,7 @@ defmodule WaitForIt.Mixfile do
defp package do
[
name: :wait_for_it,
files: ["lib", "mix.exs", "README*", "LICENSE*"],
files: ["lib", "mix.exs", "README.md", "LICENSE", "CHANGELOG.md"],
maintainers: ["Jason Voegele"],
licenses: ["Apache 2.0"],
links: %{"GitHub" => "https://github.com/jvoegele/wait_for_it"}
Expand Down

0 comments on commit d950cf5

Please sign in to comment.