Skip to content

Commit

Permalink
switch from form-data to formdata-node
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpawlik committed Aug 10, 2021
1 parent b76fadc commit d401de9
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 83 deletions.
137 changes: 57 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"form-data": "^4.0.0",
"formdata-node": "^3.6.3",
"undici-fetch": "^1.0.0-rc.4"
}
}
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ export { URL } from "url";
export * as Deno from "./deno.js";
export { confirm } from "./util/confirm.js";
export { prompt } from "./util/prompt.js";
export { FormData };
import * as FormData from "form-data";
export { File, FormData } from "formdata-node";

0 comments on commit d401de9

Please sign in to comment.