Skip to content

Commit

Permalink
better dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 19, 2011
1 parent 9fb661b commit d0c1c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,11 +1,11 @@
{ "name": "express-namespace"
, "description": "Express namespaced routes extension"
, "version": "0.0.3"
, "version": "0.0.4"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["express"]
, "main": "index"
, "devDependencies": {
"express": ">= 0.0.1"
"express": "0.2.x"
, "ejs": ">= 0.0.1"
, "expresso": ">= 0.0.1"
}
Expand Down

0 comments on commit d0c1c2a

Please sign in to comment.