Browse Source

rest moved up

Maxim Sokhatsky 11 years ago
parent
commit
7d207e669d
2 changed files with 1 additions and 1 deletions
  1. 0 1
      apps/face/rebar.config
  2. 1 0
      rebar.config

+ 0 - 1
apps/face/rebar.config

@@ -1,7 +1,6 @@
 {deps, [
     {erlydtl,".*",{git,"git://github.com/evanmiller/erlydtl.git",{tag,"0.8.0"}}},
     {shen,          ".*", {git, "git://github.com/5HT/shen",                "HEAD"}},
-    {rest,           ".*", {git, "git://github.com/synrc/rest",                "HEAD"}},
     {n2o,           ".*", {git, "git://github.com/5HT/n2o",                "HEAD"}}
 ]}.
 {erlydtl_opts, [

+ 1 - 0
rebar.config

@@ -3,6 +3,7 @@
 {deps_dir,"deps"}.
 {deps, [
     {erlydtl,       ".*",{git,"git://github.com/evanmiller/erlydtl.git",{tag,"0.8.0"}}},
+    {rest,           ".*", {git, "git://github.com/synrc/rest",                "HEAD"}},
     {gproc,          ".*", {git, "git://github.com/uwiger/gproc.git", "HEAD"}},
     {sync,          ".*", {git, "git://github.com/doxtop/sync", "HEAD"}},
     {n2o_scripts,    ".*", {git, "git://github.com/synrc/n2o_scripts", "HEAD"}}