diff --git a/.travis.yml b/.travis.yml index 78bd310..9550f44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ jobs: - stage: check script: - - npx aegir commitlint --travis - npx aegir dep-check - npm run lint diff --git a/README.md b/README.md index c705293..696d377 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## Lead Maintainer -[Pedro Teixeira](https://github.com/pgte) +[Vasco Santos](https://github.com/vasco-santos) ## Table of Contents diff --git a/package.json b/package.json index e3f0ffd..fcfde4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "peer-info", "version": "0.16.0", "description": "IPFS Peer abstraction JavaScript implementation", - "leadMaintainer": "Pedro Teixeira ", + "leadMaintainer": "Vasco Santos ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -33,7 +33,7 @@ "bugs": "https://github.com/libp2p/js-peer-info/issues", "homepage": "https://github.com/libp2p/js-peer-info", "devDependencies": { - "aegir": "^19.0.5", + "aegir": "^20.0.0", "buffer-loader": "0.1.0", "bundlesize": "~0.18.0", "chai": "^4.2.0", @@ -41,8 +41,8 @@ }, "dependencies": { "mafmt": "^6.0.7", - "multiaddr": "^6.0.6", - "peer-id": "~0.13.1", + "multiaddr": "^6.1.0", + "peer-id": "~0.13.2", "unique-by": "^1.0.0" }, "contributors": [