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

chore: add lead maintainer #6

Merged
merged 1 commit into from
May 7, 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 @@ -12,6 +12,9 @@

> Datastore implementation backed by s3.

## Lead Maintainer
[Jacob Heun](https://github.com/jacobheun)

## Table of Contents

- [Install](#install)
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": "datastore-s3",
"version": "0.1.0",
"description": "Datastore implementation backed by s3",
"leadMaintainer": "Jacob Heun<jacobheun@gmail.com>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -26,7 +27,6 @@
"datastore",
"s3"
],
"author": "Jacob Heun<jacobheun@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/js-datastore-s3/issues"
Expand Down