Skip to content

Commit

Permalink
Updates node-form-data dependency, 0.1.3->0.2.0, to fix webpack issue.
Browse files Browse the repository at this point in the history
SuperAgent depends on node-form-data@0.1.3, which uses node-mime@1.3.4 which has issues with webpack on the server-side (Ref: #615).

node-form-data@0.2.0 uses another library, mime-types@2.0.3, which does not have these issues.
  • Loading branch information
wali-s committed Apr 4, 2015
1 parent 73136a9 commit 00cd4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"debug": "2",
"reduce-component": "1.0.1",
"extend": "1.2.1",
"form-data": "0.1.3",
"form-data": "0.2",
"readable-stream": "1.0.27-1"
},
"devDependencies": {
Expand Down

0 comments on commit 00cd4b5

Please sign in to comment.