Skip to content

Commit a6442ac

Browse files
committed
Add jason dependency
1 parent 8244205 commit a6442ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mix.exs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ defmodule ElixirScript.MixProject do
1919

2020
# Run "mix help deps" to learn about dependencies.
2121
defp deps do
22-
[
23-
# {:dep_from_hexpm, "~> 0.3.0"},
24-
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
25-
]
22+
[{:jason, "~> 1.4"}]
2623
end
2724
end

0 commit comments

Comments
 (0)