Skip to content

Commit

Permalink
Using specific express version
Browse files Browse the repository at this point in the history
Because of issue tomgco/gzippo#43, using a specific express version to
side-step the problem until it is resolved.
  • Loading branch information
ethul committed Jul 14, 2012
1 parent 7bfa4e4 commit 78151cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node server"
},
"dependencies": {
"express": ">= 3.0.0beta2",
"express": "3.0.0beta2",
"gzippo": ">= 0.1.4",
"handlebars": ">= 1.0.5beta",
"neo4j": ">= 0.2.13",
Expand Down

0 comments on commit 78151cb

Please sign in to comment.