fix mix.exs warning
elixir 1.4.0 warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name /home/ ... /deps/jsx/mix.exs:10
This commit is contained in:
parent
ef9818bfd2
commit
7258ab9851
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -7,7 +7,7 @@ use Mix.Project
|
|||
version: "2.8.0",
|
||||
description: "an erlang application for consuming, producing and manipulating json. inspired by yajl",
|
||||
deps: deps(Mix.env),
|
||||
package: package,
|
||||
package: package(),
|
||||
language: :erlang,
|
||||
erlc_options: opts(Mix.env)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue