|
@@ -1,4 +1,3 @@
|
|
|
{deps_dir,"deps"}.
|
|
|
-{erl_opts, [nowarn_export_all]}.
|
|
|
-{deps, [%{ling, ".*", {git, "git://github.com/cloudozer/ling", {tag, "master"}}},
|
|
|
- {sh, ".*", {git, "git://github.com/synrc/sh", []}}]}.
|
|
|
+{erl_opts,[nowarn_export_all]}.
|
|
|
+{deps,[{sh,".*",{git,"git://github.com/synrc/sh",[]}}]}.
|