Skip to content

Commit

Permalink
prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
boydm committed Oct 28, 2018
1 parent 1173fd4 commit f7d4ed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ defmodule ScenicDriverNervesTouch.MixProject do
defp deps do
[
{:input_event, "~> 0.3"},
{:scenic, "~> 0.9"}
{:scenic, "~> 0.9"},
{:ex_doc, "~> 0.19", only: [:dev, :test], runtime: false}
]
end

defp description() do
"""
Scenic.Driver.Nerves.Rpi - Scenic driver providing touch input for Nerves devices.
Scenic.Driver.Nerves.Touch - Scenic driver providing touch input for Nerves devices.
"""
end

Expand Down

0 comments on commit f7d4ed9

Please sign in to comment.