diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d24991d..183be730 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ libp2p as a project, including js-libp2p and all of its modules, follows the [standard IPFS Community contributing guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md). -We also adhere to the [IPFS JavaScript Community contributing guidelines](https://github.com/ipfs/community/blob/master/js-project-guidelines.md) which provide additional information of how to collaborate and contribute in the JavaScript implementation of libp2p. +We also adhere to the [IPFS JavaScript Community contributing guidelines](https://github.com/ipfs/community/blob/master/js-code-guidelines.md) which provide additional information of how to collaborate and contribute in the JavaScript implementation of libp2p. We appreciate your time and attention for going over these. Please open an issue on [ipfs/community](https://github.com/ipfs/community) if you have any question. diff --git a/README.md b/README.md index d05669e4..1be575a7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ We've come a long way, but this project is still in Alpha, lots of development i [![Throughput Graph](https://graphs.waffle.io/libp2p/js-libp2p/throughput.svg)](https://waffle.io/libp2p/js-libp2p/metrics/throughput) +## Tech Lead + +[David Dias](https://github.com/diasdavid/) + +## Lead Maintainer + +[David Dias](https://github.com/diasdavid/) + ## Table of Contents - [Background](#background) diff --git a/package.json b/package.json index 2257b015..03a444c0 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p", "version": "0.20.4", "description": "JavaScript base class for libp2p bundles", + "leadMaintainer": "David Dias ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -30,7 +31,6 @@ "lint", "test" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/libp2p/js-libp2p/issues" @@ -66,11 +66,10 @@ "libp2p-websocket-star": "~0.8.0", "libp2p-websocket-star-rendezvous": "~0.2.3", "lodash.times": "^4.3.2", - "pre-commit": "^1.2.2", "pull-goodbye": "0.0.2", "pull-serializer": "~0.3.2", "pull-stream": "^3.6.7", - "sinon": "^5.0.1", + "sinon": "^5.0.2", "wrtc": "0.1.4" }, "contributors": [