We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3141 commit 4509c63Copy full SHA for 4509c63
mix.exs
@@ -33,7 +33,7 @@ defmodule ESTree.Mixfile do
33
34
defp package do
35
[ # These are the default files included in the package
36
- files: ["lib", "mix.exs", "README*", "readme*", "LICENSE*", "license*", "CHANGELOG*"],
+ files: ["lib", "mix.exs", "README.md", "CHANGELOG.md"],
37
maintainers: ["Bryan Joseph"],
38
licenses: ["MIT"],
39
links: %{ "GitHub" => "https://github.com/bryanjos/elixir-estree" }
0 commit comments