Remove failed Jason workaround

This commit is contained in:
Jamil Bou Kheir
2020-04-23 18:51:39 -07:00
parent 5422b26d3c
commit 2b65cd4187

View File

@@ -24,8 +24,6 @@ defmodule CloudfireUmbrella.MixProject do
#
# Run "mix help deps" for examples and options.
defp deps do
[
{:jason, "~> 1.0"}
]
[]
end
end