Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/deps
erl_crash.dump
*.ez
/docs
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ defmodule QiitaEx.Mixfile do
defp deps do
[{:exjsx, "~> 3.0"},
{:excoveralls, "~> 0.3", only: :dev},
{:ex_doc, "~> 0.6", only: :dev},
{:httpoison, "~> 0.5"}]
end
end