chore: add lead maintainer

chore: update dependencies
This commit is contained in:
Jacob Heun 2018-11-09 16:26:01 +01:00
parent 3c82be8421
commit 902f3aa1d6
2 changed files with 13 additions and 10 deletions

View File

@ -14,6 +14,10 @@ Publishing a test suite as a module lets multiple modules all ensure compatibili
The API is presented with both Node.js and Go primitives, however, there is no actual limitations for it to be extended to any other language, pushing forward the cross compatibility and interop through diferent stacks.
## Lead Maintainer
[Jacob Heun](https://github.com/jacobheun/)
# Modules that implement the interface
- [js-libp2p-tcp](https://github.com/libp2p/js-libp2p-tcp)

View File

@ -2,18 +2,18 @@
"name": "interface-connection",
"version": "0.3.2",
"description": "A test suite and interface you can use to implement a connection interface.",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"build": "aegir-build",
"test": "exit 0",
"lint": "aegir lint",
"build": "aegir build",
"test": "node -e 'process.exit()'",
"release": "aegir-release --node",
"release-minor": "aegir-release --type minor",
"release-major": "aegir-release --type major"
},
"pre-commit": [
"lint",
"test"
"lint"
],
"repository": {
"type": "git",
@ -22,7 +22,6 @@
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/interface-connection/issues"
@ -30,14 +29,14 @@
"homepage": "https://github.com/libp2p/interface-connection",
"dependencies": {
"timed-tape": "~0.1.1",
"pull-defer": "~0.2.2"
"pull-defer": "~0.2.3"
},
"devDependencies": {
"aegir": "^11.0.0"
"aegir": "^17.0.1"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",