forked from libp2p/js-libp2p-tcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add lead maintainer (libp2p#94)
* chore: add lead maintainer License: MIT Signed-off-by: Jacob Heun <[email protected]> * Update package.json
- Loading branch information
Jacob Heun
authored
Jun 26, 2018
1 parent
79428f3
commit d39ec2d
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "libp2p-tcp", | ||
"version": "0.12.0", | ||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", | ||
"leadMaintainer": "Jacob Heun <[email protected]>", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"lint": "aegir lint", | ||
|
@@ -23,7 +24,6 @@ | |
"keywords": [ | ||
"IPFS" | ||
], | ||
"author": "David Dias <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/libp2p/js-libp2p-tcp/issues" | ||
|
@@ -39,7 +39,6 @@ | |
"dirty-chai": "^2.0.1", | ||
"interface-transport": "~0.3.6", | ||
"lodash.isfunction": "^3.0.9", | ||
"pre-commit": "^1.2.2", | ||
"pull-stream": "^3.6.7" | ||
}, | ||
"dependencies": { | ||
|