Skip to content

Commit b3a5d66

Browse files
author
celer
committed
Fixed Issue #2
1 parent 5277bb3 commit b3a5d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "form-data",
44
"description": "A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/felixge/node-form-data.git"
@@ -12,7 +12,7 @@
1212
"node": "*"
1313
},
1414
"dependencies": {
15-
"combined-stream": "0.0.3",
15+
"combined-stream": "~0.0.4",
1616
"mime": "~1.2.2",
1717
"async": "~0.1.9"
1818
},

0 commit comments

Comments
 (0)