From c931913e3f4c4c3349753d2d83ae27fbc730ea62 Mon Sep 17 00:00:00 2001 From: Rudolf Date: Thu, 6 Apr 2023 03:16:38 -0700 Subject: [PATCH] include formatter into package (#1) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 91be0cf..469f1a5 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,7 @@ defmodule CVA.MixProject do }, files: ~w(lib) ++ - ~w(CHANGELOG.md LICENSE.md mix.exs README.md) + ~w(CHANGELOG.md LICENSE.md mix.exs README.md .formatter.exs) ] end end