octet-stream / form-data

Spec-compliant FormData implementation for Node.js
https://www.npmjs.com/package/formdata-node
MIT License
142 stars 17 forks source link

Allow use of require() without .default #7

Closed olistic closed 5 years ago

olistic commented 5 years ago

This closes #6.

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         203    204    +1     
  Branches       28     28           
=====================================
+ Hits          203    204    +1
Impacted Files Coverage Δ
.babelrc.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a663fd2...c5f6181. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         203    205    +2     
  Branches       28     28           
=====================================
+ Hits          203    205    +2
Impacted Files Coverage Δ
.babelrc.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a663fd2...ff894d9. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         203    205    +2     
  Branches       28     28           
=====================================
+ Hits          203    205    +2
Impacted Files Coverage Δ
.babelrc.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a663fd2...ff894d9. Read the comment docs.

octet-stream commented 5 years ago

Thanks for your PR. I will add this to the next version that will be delivered tonight.

olistic commented 5 years ago

@octet-stream Thank you!

octet-stream commented 5 years ago

Published as 1.6.0 👌