Skip to content

Commit c2c8082

Browse files
committed
build: add jason
1 parent 2dc131f commit c2c8082

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ defmodule WebPushElixir.MixProject do
2323
[
2424
# {:dep_from_hexpm, "~> 0.3.0"},
2525
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
26+
{:jason, "~> 1.4"}
2627
]
2728
end
2829
end

mix.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
%{
2+
"jason": {:hex, :jason, "1.4.1", "af1504e35f629ddcdd6addb3513c3853991f694921b1b9368b0bd32beb9f1b63", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1"},
3+
}

0 commit comments

Comments
 (0)