Skip to content

Commit

Permalink
Added connect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 29, 2010
1 parent f59b4d3 commit 5906d2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"description": "urlencoded / multipart form parsing middleware for Connect", "description": "urlencoded / multipart form parsing middleware for Connect",
"version": "0.0.1", "version": "0.0.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": { "connect": "*" },
"main": "./index", "main": "./index",
"engines": { "node": ">= 0.1.98" } "engines": { "node": ">= 0.1.98" }
} }

0 comments on commit 5906d2f

Please sign in to comment.