Browse Source

remove server as deps from face

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

+ 1 - 2
apps/face/rebar.config

@@ -1,8 +1,7 @@
 {deps, [
     {erlydtl,".*",{git,"git://github.com/evanmiller/erlydtl.git",{tag,"0.8.0"}}},
     {shen,          ".*", {git, "git://github.com/5HT/shen",                "HEAD"}},
-    {n2o,           ".*", {git, "git://github.com/5HT/n2o",                "HEAD"}},
-    server
+    {n2o,           ".*", {git, "git://github.com/5HT/n2o",                "HEAD"}}
 ]}.
 {erlydtl_opts, [
     {doc_root,   "priv/templates"},