Implement mix update script

This commit is contained in:
Nuno Freire
2022-09-01 14:56:28 +01:00
parent d6c83ab9a5
commit 788c3c92b0
6 changed files with 179 additions and 2 deletions

View File

@ -12,7 +12,8 @@ defmodule HeroiconsElixir.MixProject do
source_url: "https://github.com/mveytsman/heroicons_elixir",
description: "Phoenix components for Heroicons!",
docs: docs(),
package: package()
package: package(),
xref: [exclude: [:httpc, :public_key]]
]
end
@ -29,7 +30,8 @@ defmodule HeroiconsElixir.MixProject do
{:phoenix_html, "~> 2.14 or ~> 3.0"},
{:phoenix_live_view, ">= 0.16.0", optional: true},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:saxy, "~> 1.4", only: [:dev, :test]}
{:saxy, "~> 1.4", only: [:dev, :test]},
{:castore, ">= 0.0.0"}
]
end