Skip to content

Commit

Permalink
ENH adding deps to the package, to show it on hex.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
lowks committed May 17, 2014
1 parent a07bbae commit f70be64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ defmodule Radpath.Mixfile do
[
files: ["lib", "mix.exs", "README.md", "LICENSE*", "test*"],
contributors: ["Low Kian Seong"],
deps: deps,
licenses: ["MIT"],
links: [{ "GitHub", "https://github.com/lowks/Radpath"},]
]
Expand All @@ -37,14 +38,16 @@ defmodule Radpath.Mixfile do
# { :barbat, "~> 0.1", github: "elixir-lang/barbat" }
defp deps(:prod) do
[{ :tempfile, github: "glejeune/tempfile" },
{ :finder, github: "h4cc/Finder" }]
{ :finder, github: "h4cc/Finder" },
{ :erlware_commons, github: "erlware/erlware_commons" },]
end

defp deps(:test) do
[{ :tempfile, github: "glejeune/tempfile" },
{ :ex_doc, github: "elixir-lang/ex_doc" },
{ :finder, github: "h4cc/Finder" },
{ :amrita, github: "josephwilk/amrita"}]
{ :amrita, github: "josephwilk/amrita"},
{ :erlware_commons, github: "erlware/erlware_commons" },]
end

defp deps(_) do
Expand Down

0 comments on commit f70be64

Please sign in to comment.