@streamr/fetch
v0.0.2
Published
A light-weight module that brings Fetch API to node.js
Downloads
133
Readme
@streamr/fetch
node-fetch
repackaged for ESM, CommonJS, & with a browser fallback.
Build
npm run build
Publish
The content of the package is located in dist
directory along with a sanitized package.json
file, and that's what gets published.
npm run publish
Don't use npm publish
. The working copy of package.json
(the one in the root directory of the repo) is marked private for safety.
If you need to run npm publish
with more arguments use --
to add them up like so:
npm run publish -- --dry-run