0.0.2 • Published 12 months ago
@streamr/fetch v0.0.2
@streamr/fetch
node-fetch repackaged for ESM, CommonJS, & with a browser fallback.
Build
npm run buildPublish
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 publishDon'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