Skip to content

Commit

Permalink
Fixed Issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
celer committed Feb 10, 2013
1 parent 5277bb3 commit b3a5d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "form-data",
"description": "A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.",
"version": "0.0.6",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-form-data.git"
Expand All @@ -12,7 +12,7 @@
"node": "*"
},
"dependencies": {
"combined-stream": "0.0.3",
"combined-stream": "~0.0.4",
"mime": "~1.2.2",
"async": "~0.1.9"
},
Expand Down

0 comments on commit b3a5d66

Please sign in to comment.