chore: update lead maintainer (#159)

This commit is contained in:
Jacob Heun 2019-09-26 12:51:16 +02:00 committed by GitHub
parent b68060388f
commit a008bc2fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ This repo contains the JavaScript implementation of the crypto primitives needed
## Lead Maintainer
[Friedel Ziegelmayer](https://github.com/dignifiedquire/)
[Jacob Heun](https://github.com/jacobheun/)
## Table of Contents

View File

@ -3,7 +3,7 @@
"version": "0.17.0",
"description": "Crypto primitives for libp2p",
"main": "src/index.js",
"leadMaintainer": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"browser": {
"./src/hmac/index.js": "./src/hmac/index-browser.js",
"./src/keys/ecdh.js": "./src/keys/ecdh-browser.js",