@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.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. 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://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
74
-
75
66
  ## License
76
67
 
77
68
  Licensed under either of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interop",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Interoperability Tests for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/interop#readme",