From 1ae81b1d9089a444dda5507cff606521b0591e05 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Mon, 12 Jun 2023 23:52:25 -0400 Subject: [PATCH] chore: remove priv from release files --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 88174ee..8ba7f8f 100644 --- a/mix.exs +++ b/mix.exs @@ -66,7 +66,7 @@ defmodule Temple.MixProject do maintainers: ["Mitchell Hanberg"], licenses: ["MIT"], links: %{github: "https://github.com/mhanberg/temple"}, - files: ~w(lib priv CHANGELOG.md LICENSE mix.exs README.md .formatter.exs) + files: ~w(lib CHANGELOG.md LICENSE mix.exs README.md .formatter.exs) ] end