Skip to content

Commit

Permalink
Added mime module support
Browse files Browse the repository at this point in the history
removing mime from utils
  • Loading branch information
tj committed Feb 11, 2011
1 parent ff7ef0c commit 8611a8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -22,3 +22,6 @@
[submodule "support/qs"]
path = support/qs
url = git://github.com/visionmedia/node-querystring.git
[submodule "support/mime"]
path = support/mime
url = https://github.com/bentomas/node-mime.git
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,10 @@
"version": "0.5.9",
"repository": "git://github.com/senchalabs/connect.git",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"dependencies": { "qs": ">= 0.0.5" },
"dependencies": {
"qs": ">= 0.0.5",
"mime": ">= 0.0.1"
},
"main": "index",
"engines": { "node": ">= 0.2.5" }
}
1 change: 1 addition & 0 deletions support/mime
Submodule mime added at ade33a

0 comments on commit 8611a8b

Please sign in to comment.