Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
chore: lead maintainer update (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jul 30, 2019
1 parent 2e9d970 commit b9d880b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Lead Maintainer

[Pedro Teixeira](https://github.com/pgte)
[Vasco Santos](https://github.com/vasco-santos)

## Table of Contents

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "peer-info",
"version": "0.16.0",
"description": "IPFS Peer abstraction JavaScript implementation",
"leadMaintainer": "Pedro Teixeira <i@pgte.me>",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand Down Expand Up @@ -33,16 +33,16 @@
"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",
"dirty-chai": "^2.0.1"
},
"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": [
Expand Down

0 comments on commit b9d880b

Please sign in to comment.