Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

chore: add module Lead Maintainer #12

Merged
merged 1 commit into from
May 6, 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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

> JavaScript implementation of the [IPLD spec](https://github.com/ipfs/specs/tree/master/ipld).

## Lead Maintainer

[Volker Mische](https://github.com/vmx)

## Table of Contents

- [Install](#install)
Expand All @@ -22,7 +26,6 @@
- [Use in a browser with browserify, webpack or any other bundler](#use-in-a-browser-with-browserify-webpack-or-any-other-bundler)
- [Use in a browser Using a script tag](#use-in-a-browser-using-a-script-tag)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

Expand Down Expand Up @@ -66,10 +69,6 @@ const Git = require('ipld-git')
// TODO
```

## Maintainers

[@magik6k](https://github.com/magik6k)

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipld/js-ipld-git/issues)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipld-git",
"version": "0.2.0",
"description": "JavaScript Implementation of Git IPLD format",
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
"main": "src/index.js",
"scripts": {
"test": "aegir test",
Expand All @@ -26,7 +27,6 @@
"keywords": [
"IPFS"
],
"author": "Lukasz Magiera <lmagiera@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipld/js-ipld-git/issues"
Expand Down