Merge pull request #98 from sergey-ivlev/develop

fix mix.exs warning
This commit is contained in:
alisdair sullivan 2016-07-28 09:37:28 -07:00 committed by GitHub
commit dbf2359eea

View file

@ -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)
]