summaryrefslogtreecommitdiff
path: root/mix.lock
diff options
context:
space:
mode:
authorJeff Weiss <jeff.weiss@puppetlabs.com>2016-03-29 23:36:41 -0700
committerJeff Weiss <jeff.weiss@puppetlabs.com>2016-03-29 23:36:41 -0700
commitc5e2be85620cf5f4335b89fa0c67a03db446e788 (patch)
tree7ec5ddd3e0e413365e50edb477bd179c2bd92bed /mix.lock
parentMerge pull request #42 from Annwenn/master (diff)
add coveralls for test coverage
Diffstat (limited to 'mix.lock')
-rw-r--r--mix.lock13
1 files changed, 11 insertions, 2 deletions
diff --git a/mix.lock b/mix.lock
index b7b9e25..1446031 100644
--- a/mix.lock
+++ b/mix.lock
@@ -1,2 +1,11 @@
-%{"earmark": {:hex, :earmark, "0.2.1"},
- "ex_doc": {:hex, :ex_doc, "0.11.4"}}
+%{"certifi": {:hex, :certifi, "0.4.0"},
+ "earmark": {:hex, :earmark, "0.2.1"},
+ "ex_doc": {:hex, :ex_doc, "0.11.4"},
+ "excoveralls": {:hex, :excoveralls, "0.5.1"},
+ "exjsx": {:hex, :exjsx, "3.2.0"},
+ "hackney": {:hex, :hackney, "1.6.0"},
+ "idna": {:hex, :idna, "1.2.0"},
+ "jsx": {:hex, :jsx, "2.6.2"},
+ "metrics": {:hex, :metrics, "1.0.1"},
+ "mimerl": {:hex, :mimerl, "1.0.2"},
+ "ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.0"}}