Skip to content

Commit

Permalink
fix elixir 1.4 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ukita committed Mar 10, 2017
1 parent 8d168b0 commit 49ef18f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ defmodule Exmoji.Mixfile do
app: :exmoji,
version: "0.2.2",
elixir: "~> 1.1",
deps: deps,
deps: deps(),
test_coverage: [tool: ExCoveralls],
name: "Exmoji",
source_url: "https://github.com/mroth/exmoji",
description: description,
package: package,
aliases: aliases
description: description(),
package: package(),
aliases: aliases()
]
end

Expand Down

0 comments on commit 49ef18f

Please sign in to comment.