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

Add "package.json" to exports #46

Closed javivelasco closed 3 years ago

javivelasco commented 3 years ago

As per Node.JS docs this PR exposes package.json into the exports field to keep compatibility.

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (9edce0e) into master (9aab94d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          942       942           
  Branches       137       137           
=========================================
  Hits           942       942           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 9aab94d...9edce0e. Read the comment docs.

octet-stream commented 3 years ago

Thanks for your PR!

octet-stream commented 3 years ago

Published with https://github.com/octet-stream/form-data/releases/tag/v4.3.0