diff --git a/README.md b/README.md index 0277742..aeca7c0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ > JavaScript connection manager for libp2p +## Lead Maintainer + +[Vasco Santos](https://github.com/vasco-santos). + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index 93adc5f..3037632 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-connection-manager", "version": "0.0.2", "description": "JS Libp2p Connection Manager", + "leadMaintainer": "Vasco Santos ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -19,9 +20,8 @@ "connection", "resource" ], - "author": "Pedro Teixeira ", "license": "MIT", - "pre-commit": [ + "pre-push": [ "lint", "test" ], @@ -41,9 +41,7 @@ "os": "^0.1.1", "peer-id": "^0.10.7", "peer-info": "^0.14.1", - "pre-commit": "^1.2.2", "rimraf": "^2.6.2", - "safe-buffer": "^5.1.1", "uuid": "^3.2.1" }, "dependencies": {