chore: add lead maintainer (#75)

* chore: add lead maintainer

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>

* Update package.json
This commit is contained in:
Jacob Heun 2018-06-26 18:02:14 +02:00 committed by GitHub
parent 11b62d62a2
commit d661bb6e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,10 @@
> JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport interface > JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport interface
## Lead Maintainer
[Jacob Heun](https://github.com/jacobheun)
## Description ## Description
`libp2p-websockets` is the WebSockets implementation compatible with libp2p. `libp2p-websockets` is the WebSockets implementation compatible with libp2p.

View File

@ -2,6 +2,7 @@
"name": "libp2p-websockets", "name": "libp2p-websockets",
"version": "0.12.0", "version": "0.12.0",
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec", "description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"lint": "aegir lint", "lint": "aegir lint",
@ -29,7 +30,6 @@
"keywords": [ "keywords": [
"IPFS" "IPFS"
], ],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/libp2p/js-libp2p-websockets/issues" "url": "https://github.com/libp2p/js-libp2p-websockets/issues"
@ -49,7 +49,6 @@
"gulp": "^3.9.1", "gulp": "^3.9.1",
"interface-transport": "~0.3.6", "interface-transport": "~0.3.6",
"multiaddr": "^5.0.0", "multiaddr": "^5.0.0",
"pre-commit": "^1.2.2",
"pull-goodbye": "0.0.2", "pull-goodbye": "0.0.2",
"pull-stream": "^3.6.7" "pull-stream": "^3.6.7"
}, },