Skip to content

Commit

Permalink
Fixed dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan1 committed Jun 11, 2012
1 parent 27d235c commit 52a355f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,13 +23,13 @@
},

"dependencies": {
"express": ">=2 <3",
"gm": ">= 1.3.0",
"mime": "1.2.4"
},

"devDependencies": {
"express": ">=2 <3"
"express": ">=2 <3",
"jade": ">= 0.25.0"
},

"engines": {
Expand Down

0 comments on commit 52a355f

Please sign in to comment.