Skip to content

Commit

Permalink
Include missing dependencies, and reference formidable correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 16, 2011
1 parent c8c4211 commit f151ad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media/multipart-form-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var parseMultipart = typeof process == "undefined" ?
return deferred.promise;
};
})(
require("node-formidable/lib/formidable/incoming_form").IncomingForm,
require("formidable/lib/incoming_form").IncomingForm,
require("jsgi-node/jsgi/node").Node);


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@
"rql": ">=0.3.1",
"websocket-server": ">=1.4.01",
"perstore": ">=0.3.0",
"promised-io": ">0.3.0",
"promised-io": ">=0.3.0",
"formidable": ">=1.0.0",
"templify": ">=0.9.0",
"jsgi-node": ">=0.2.5"
},
"devDependencies": {
"patr": ">0.2.6"
"patr": ">=0.2.6"
}
}

0 comments on commit f151ad7

Please sign in to comment.