diff --git a/mix.exs b/mix.exs index 69ae58b..0e696b7 100644 --- a/mix.exs +++ b/mix.exs @@ -24,17 +24,13 @@ defmodule DartSass.MixProject do source_ref: "v#{@version}", extras: ["CHANGELOG.md"] ], - xref: [ - exclude: [:httpc, :public_key] - ], aliases: [test: ["sass.install --if-missing", "test"]] ] end def application do [ - # inets/ssl may be used by Mix tasks but we should not impose them. - extra_applications: [:logger], + extra_applications: [:logger, :inets, :ssl], mod: {DartSass, []}, env: [default: []] ]