Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgco committed Nov 21, 2011
1 parent 6abdbcf commit 2642070
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"main" : "./index.js",
"dependencies" :
{
"compress" : "0.1.9",
"mime" : "1.2.2"
"compress" : ">= 0.1.9",
"mime" : ">= 1.2.2"
},
"devDependencies":
{
"expresso": "0.8.1",
"should": "0.2.1",
"connect": "1.6.0",
"express": "2.4.3"
"expresso": ">= 0.8.1",
"should": ">= 0.2.1",
"connect": ">= 1.6.0",
"express": ">= 2.4.3"
}
}

0 comments on commit 2642070

Please sign in to comment.