@libp2p/interop 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
- [Install](#install)
|
|
13
13
|
- [Usage](#usage)
|
|
14
14
|
- [Running the tests](#running-the-tests)
|
|
15
|
-
- [Contribute](#contribute)
|
|
16
15
|
- [License](#license)
|
|
17
16
|
- [Contribution](#contribution)
|
|
18
17
|
|
|
@@ -64,14 +63,6 @@ main().catch(err => {
|
|
|
64
63
|
|
|
65
64
|
For an example, see the js-libp2p interop test runner.
|
|
66
65
|
|
|
67
|
-
## Contribute
|
|
68
|
-
|
|
69
|
-
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/ipfs-interop/issues)!
|
|
70
|
-
|
|
71
|
-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
|
72
|
-
|
|
73
|
-
[](https://github.com/ipfs/community/blob/master/contributing.md)
|
|
74
|
-
|
|
75
66
|
## License
|
|
76
67
|
|
|
77
68
|
Licensed under either of
|