diff --git a/mix.exs b/mix.exs index 7e2780e..3a3bbeb 100644 --- a/mix.exs +++ b/mix.exs @@ -38,6 +38,6 @@ defmodule AutoLinker.Mixfile do [ maintainers: ["Stephen Pallen"], licenses: ["MIT"], links: %{ "Github" => "https://github.com/smpallen99/auto_linker" }, - files: ~w(lib priv web README.md mix.exs LICENSE)] + files: ~w(lib README.md mix.exs LICENSE)] end end