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

Commit 7cc4144

Browse files
author
Pedro Teixeira
authored
Merge pull request #13 from ipfs/chore/lead-maintainer
chore: adds lead maintainer to package manifest and readme
2 parents 0aa53d3 + 69db1c9 commit 7cc4144

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
> Datastore implementation with [levelup](https://github.com/level/levelup) backend.
1212
13+
## Lead Maintainer
14+
15+
[Pedro Teixeira](https://github.com/pgte)
16+
1317
## Table of Contents
1418

1519
- [Install](#install)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "datastore-level",
33
"version": "0.10.0",
44
"description": "Datastore implementation with level(up|down) backend",
5+
"leadMaintainer": "Pedro Teixeira <[email protected]>",
56
"main": "src/index.js",
67
"browser": {
78
"leveldown": "level-js"

0 commit comments

Comments
 (0)