From afc24e9137571d6b051e92f2cc5ce94708ca78ec Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 31 Oct 2018 13:49:01 +0000 Subject: [PATCH] docs: add lead-maintainer --- README.md | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 462d60e..dc86aa0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,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 not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks. +## Lead Maintainer + +[Vasco Santos](https://github.com/vasco-santos). + # Modules that implement the interface - [ipfs-distributed-record-store](https://github.com/libp2p/js-libp2p-distributed-record-store) diff --git a/package.json b/package.json index d8de813..8c1f85e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "interface-record-store", "version": "0.1.3", "description": "A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store", + "leadMaintainer": "Vasco Santos ", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },