Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit d661bb6

Browse files
author
Jacob Heun
authoredJun 26, 2018
chore: add lead maintainer (#75)
* chore: add lead maintainer License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com> * Update package.json
1 parent 11b62d6 commit d661bb6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
> JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport interface
1818
19+
## Lead Maintainer
20+
21+
[Jacob Heun](https://github.com/jacobheun)
22+
1923
## Description
2024

2125
`libp2p-websockets` is the WebSockets implementation compatible with libp2p.

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "libp2p-websockets",
33
"version": "0.12.0",
44
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
5+
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
56
"main": "src/index.js",
67
"scripts": {
78
"lint": "aegir lint",
@@ -29,7 +30,6 @@
2930
"keywords": [
3031
"IPFS"
3132
],
32-
"author": "David Dias <daviddias@ipfs.io>",
3333
"license": "MIT",
3434
"bugs": {
3535
"url": "https://github.com/libp2p/js-libp2p-websockets/issues"
@@ -49,7 +49,6 @@
4949
"gulp": "^3.9.1",
5050
"interface-transport": "~0.3.6",
5151
"multiaddr": "^5.0.0",
52-
"pre-commit": "^1.2.2",
5352
"pull-goodbye": "0.0.2",
5453
"pull-stream": "^3.6.7"
5554
},

0 commit comments

Comments
 (0)
This repository has been archived.