Skip to content

Commit

Permalink
Silence warnings on Elixir >= 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edennis authored Mar 9, 2017
1 parent 9dee107 commit 87518df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ defmodule ElixirNsq.Mixfile do
[app: :elixir_nsq,
version: "1.0.3",
elixir: "~> 1.1",
description: description,
package: package,
description: description(),
package: package(),
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps]
deps: deps()]
end

# Configuration for the OTP application
Expand Down

0 comments on commit 87518df

Please sign in to comment.