Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
express in version 3 is not compatible with shareDesk; setting version to exactly 2.2.2
  • Loading branch information
eeezyy committed Dec 9, 2012
1 parent 1b7eefb commit ad08bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"engine": "node 0.4.1",
"main": "app.js",
"dependencies": {
"express": ">= 2.2.2",
"express": "= 2.2.2",
"connect": ">= 1.4.2",
"connect-mongodb": ">= 1.1.1",
"formidable": ">= 1.0.7",
Expand Down

0 comments on commit ad08bb1

Please sign in to comment.