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

docs: add lead-maintainer #9

Merged
merged 1 commit into from
Oct 18, 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
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

> JavaScript implementation of libp2p record.

## Lead Maintainer

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

## Description

Implementation of [go-libp2p-record](https://github.com/libp2p/go-libp2p-record) in JavaScript.
Expand Down
29 changes: 0 additions & 29 deletions appveyor.yml

This file was deleted.

15 changes: 0 additions & 15 deletions circle.yml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "libp2p-record",
"version": "0.5.1",
"description": "libp2p record implementation",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
"scripts": {
"test": "aegir test",
Expand Down