Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into shared-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jul 20, 2020
2 parents 69c6db0 + d24e34c commit f462640
Show file tree
Hide file tree
Showing 174 changed files with 2,868 additions and 1,274 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- npx json -I -f ./lerna.json -e "this.command.bootstrap.nohoist.push('ipfs-css', 'tachyons')"
- npm run reset
- npm install
- npm run build -- $RUN_SINCE --scope={ipfs,ipfs-http-client}
- npm run build -- --scope={ipfs,ipfs-http-client}
- npm run test -- --scope=example* --concurrency=1

- stage: release-rc-npm
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<br>
</p>

> **Upgrading from <=0.40 to 0.41?** See the [release notes](https://github.com/ipfs/js-ipfs/issues/2656) for the list of API changes and the [migration guide](https://gist.github.com/alanshaw/04b2ddc35a6fff25c040c011ac6acf26).
> **Upgrading from <=0.40 to 0.48?** See the [release notes](https://github.com/ipfs/js-ipfs/issues/2656) for the list of API changes and the [migration guide](https://github.com/ipfs/js-ipfs/tree/master/docs/docs/MIGRATION-TO-ASYNC-AWAIT.md).
We've come a long way, but this project is still in Alpha, lots of development is happening, APIs might change, beware of 🐉..

Expand All @@ -46,6 +46,7 @@ We've come a long way, but this project is still in Alpha, lots of development i

## Documentation

* [Config](./docs/CONFIG.md)
* [Core API](./docs/core-api)
* [Examples](./examples)
* [Development](./docs/DEVELOPMENT.md)
Expand Down
Loading

0 comments on commit f462640

Please sign in to comment.