Skip to content

Commit

Permalink
Fixed wrong Express version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
docent-net committed May 28, 2014
1 parent e8bb827 commit 7783f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,11 +2,11 @@
, "version": "1.0.0"
, "dependencies":
{
"express": "*",
"express": "3.*",
"async": "*",
"eco": "*",
"fb": "*",
"passport": "*",
"passport-facebook": "*"
}
}
}

0 comments on commit 7783f88

Please sign in to comment.