Skip to content

Commit

Permalink
updated package.json since express >3 throws errors
Browse files Browse the repository at this point in the history
  • Loading branch information
julien committed Jul 15, 2012
1 parent 178e643 commit 45e77d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,10 +6,10 @@
"preinstall": "npm install -g coffee-script"
},
"dependencies": {
"express": "*",
"express": "2.5.11",
"coffee-script": "1.3.3",
"stylus": "*",
"jade": "*",
"uglify-js": "*"
}
}
}

0 comments on commit 45e77d5

Please sign in to comment.