From 902f3aa1d6f99e46a966c4ac4096bc9c727f4acc Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 9 Nov 2018 16:26:01 +0100 Subject: [PATCH] chore: add lead maintainer chore: update dependencies --- README.md | 4 ++++ package.json | 19 +++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a2e31a..f8499dc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 09dee39..8b69b4a 100644 --- a/package.json +++ b/package.json @@ -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 ", "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 ", "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 ",