Skip to content

Commit d7c5bbf

Browse files
committed
Updated estree dep. Preparing for release
1 parent f93cc3c commit d7c5bbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule ElixirScript.Mixfile do
2424
defp deps do
2525
[
2626
{ :inflex, "~> 1.4" },
27-
{ :estree, github: "bryanjos/elixir-estree" },
27+
{ :estree, "~> 2.0"},
2828
{ :shouldi, only: :test },
2929
{ :earmark, "~> 0.1", only: :dev },
3030
{ :ex_doc, "~> 0.8", only: :dev }

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%{"earmark": {:hex, :earmark, "0.1.17"},
2-
"estree": {:git, "git://github.com/bryanjos/elixir-estree.git", "e31864037272b334c6e5e35c608ab9bd2cba5edb", []},
2+
"estree": {:hex, :estree, "2.0.1"},
33
"ex_doc": {:hex, :ex_doc, "0.8.3"},
44
"inflex": {:hex, :inflex, "1.4.1"},
55
"shouldi": {:hex, :shouldi, "0.2.3"}}

0 commit comments

Comments
 (0)