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

Commit 6c8bf29

Browse files
committed
chore: adds lead maintainer to package manifest and readme
1 parent f3a9579 commit 6c8bf29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
1111
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)
1212

13-
> Wrapping implmentations for [interface-datastore](https://github.com/ipfs/interface-datastore).
13+
> Wrapping implementations for [interface-datastore](https://github.com/ipfs/interface-datastore).
1414
15+
## Lead Maintainer
16+
17+
[Pedro Teixeira](https://github.com/pgte)
1518

1619
## Table of Contents
1720

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "datastore-core",
33
"version": "0.6.0",
44
"description": "Wrapper implmentation for interface-datastore",
5+
"leadMaintainer": "Pedro Teixeira <pedro@protocol.ai>",
56
"main": "src/index.js",
67
"scripts": {
78
"lint": "aegir lint",

0 commit comments

Comments
 (0)