Skip to content

Commit

Permalink
improvement: add owl/inflex utility dependencies
Browse files Browse the repository at this point in the history
having more deps is okay now because igniter is a strictly
dev-only dependency everywhere
  • Loading branch information
zachdaniel committed Jan 22, 2025
1 parent d957821 commit 306bd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ defmodule Igniter.MixProject do
{:jason, "~> 1.4"},
{:req, "~> 0.5"},
{:phx_new, "~> 1.7", optional: true},
{:inflex, "~> 2.0"},
{:owl, "~> 0.11"},
# Dev/Test dependencies
{:eflame, "~> 1.0", only: [:dev, :test]},
{:ex_doc, "~> 0.32", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 306bd70

Please sign in to comment.