0.0.2 • Published 8 months ago

@streamr/fetch v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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