Skip to content

Commit 8ef9956

Browse files
committed
Removed unneeded dependencies
1 parent 0569d5c commit 8ef9956

3 files changed

Lines changed: 5 additions & 43 deletions

File tree

lib/mix/tasks/ex2js.prof.ex

Lines changed: 0 additions & 20 deletions
This file was deleted.

mix.exs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,21 @@ defmodule ElixirScript.Mixfile do
1111
deps: deps,
1212
description: description,
1313
package: package,
14-
source_url: "https://github.com/bryanjos/elixirscript",
15-
test_coverage: [tool: ExCoveralls]
14+
source_url: "https://github.com/bryanjos/elixirscript"
1615
]
1716
end
1817

1918
def application do
2019
[
21-
applications: [:logger, :poison]
20+
applications: [:logger]
2221
]
2322
end
2423

2524
defp deps do
2625
[
27-
{ :poison, "~> 1.4" },
2826
{ :inflex, "~> 1.0" },
2927
{ :estree, github: "bryanjos/elixir-estree"},
30-
{ :exprof, "~> 0.2" },
31-
{ :excoveralls, only: [:dev, :test] },
32-
{ :shouldi, github: "batate/shouldi", only: :test },
33-
{ :mix_test_watch, "~> 0.1.1", only: :test }
28+
{ :shouldi, only: :test}
3429
]
3530
end
3631

mix.lock

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
%{"estree": {:git, "git://github.com/bryanjos/elixir-estree.git", "836df3f07e46a6cc52a9c5a015ea2a14409cca8f", []},
2-
"excoveralls": {:hex, :excoveralls, "0.3.10"},
3-
"exjsx": {:hex, :exjsx, "3.1.0"},
4-
"exos": {:hex, :exos, "1.0.0"},
5-
"exprintf": {:hex, :exprintf, "0.1.6"},
6-
"exprof": {:hex, :exprof, "0.2.0"},
7-
"fs": {:hex, :fs, "0.9.2"},
8-
"hackney": {:hex, :hackney, "1.2.0"},
9-
"idna": {:hex, :idna, "1.0.2"},
1+
%{"estree": {:git, "git://github.com/bryanjos/elixir-estree.git", "d93bbd25d668ba96583ba65a38e71b3035d8688c", []},
102
"inflex": {:hex, :inflex, "1.3.0"},
11-
"jsx": {:hex, :jsx, "2.4.0"},
12-
"mix_test_watch": {:hex, :mix_test_watch, "0.1.1"},
13-
"poison": {:hex, :poison, "1.4.0"},
14-
"porcelain": {:hex, :porcelain, "2.0.0"},
15-
"shouldi": {:git, "git://github.com/batate/shouldi.git", "4c1b9c926986b56dd3f792a544e18bfb50c5948b", []},
16-
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}
3+
"shouldi": {:hex, :shouldi, "0.2.3"}}

0 commit comments

Comments
 (0)