Skip to content

Commit

Permalink
Get rid of warning in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschmidt committed Feb 1, 2017
1 parent d3a6243 commit 3562f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ defmodule ExJsonSchema.Mixfile do
version: "0.5.4",
elixir: "~> 1.0",
description: "A JSON Schema validator with full support for the draft 4 specification and zero dependencies.",
deps: deps,
package: package,
deps: deps(),
package: package(),
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [coveralls: :test]
]
Expand Down

0 comments on commit 3562f11

Please sign in to comment.