Skip to content

Commit

Permalink
build: prep hex
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Feb 8, 2024
1 parent 04f0f68 commit 4dd51d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ defmodule HlsPlaylist.MixProject do
version: "0.1.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: "Simple HLS playlist - m3u8",
package: [
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/midarrlabs/hls_playlist"}
],
deps: deps()
]
end
Expand All @@ -21,8 +26,7 @@ defmodule HlsPlaylist.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:exile, "~> 0.9.1"}
]
end
Expand Down

0 comments on commit 4dd51d0

Please sign in to comment.