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

chore: adds lead maintainer to package manifest and readme #13

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

> Datastore implementation with [levelup](https://github.com/level/levelup) backend.

## Lead Maintainer

[Pedro Teixeira](https://github.com/pgte)

## Table of Contents

- [Install](#install)
Expand Down
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": "datastore-level",
"version": "0.10.0",
"description": "Datastore implementation with level(up|down) backend",
"leadMaintainer": "Pedro Teixeira <[email protected]>",
"main": "src/index.js",
"browser": {
"leveldown": "level-js"
Expand Down