Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

docs: add lead-maintainer #55

Merged
merged 2 commits into from
Jun 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ js-libp2p-floodsub

> libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).

## Lead Maintainer

[Vasco Santos](https://github.com/vasco-santos).

## Table of Contents

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "libp2p-floodsub",
"version": "0.15.0",
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -16,7 +17,7 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
Expand All @@ -32,7 +33,6 @@
"flood",
"flooding"
],
"author": "David Dias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-floodsub/issues"
Expand All @@ -49,8 +49,7 @@
"libp2p-tcp": "~0.12.0",
"lodash.times": "^4.3.2",
"peer-id": "~0.10.7",
"peer-info": "~0.14.0",
"pre-commit": "^1.2.2"
"peer-info": "~0.14.0"
},
"dependencies": {
"async": "^2.6.0",
Expand Down