From 919f095ed52d0975f1086d955d122b7bcfa86b82 Mon Sep 17 00:00:00 2001 From: T Floyd Wright Date: Sat, 6 Aug 2022 09:03:47 -0600 Subject: [PATCH] Make docout dev dep --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 10b09a92..d4fbd236 100644 --- a/mix.exs +++ b/mix.exs @@ -49,7 +49,7 @@ defmodule LiveAdmin.MixProject do {:faker, "~> 0.17", only: :dev}, {:floki, ">= 0.30.0", only: :test}, {:ex_doc, ">= 0.0.0", only: :dev, runtime: false}, - {:docout, github: "tfwright/docout", branch: "main", runtime: false} + {:docout, github: "tfwright/docout", branch: "main", runtime: false, only: [:dev, :test]} ] end