From 43540cd85e156ab68becf04fbe770e4b68377f3c Mon Sep 17 00:00:00 2001 From: Anthony Nandaa Date: Mon, 24 Sep 2018 05:39:07 +0300 Subject: [PATCH] chore: add maintainers details (#898) Add @profnandaa as maintainer (contributor) on the README and package.json --- README.md | 5 +++++ package.json | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 798c27f70..2b801db7b 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ Tests are using mocha, to run the tests use: $ npm test ``` +## Maintainers + +- [chriso](https://github.com/chriso) - **Chris O'Hara** (author) +- [profnandaa](https://github.com/profnandaa) - **Anthony Nandaa** + ## Reading Remember, validating can be troublesome sometimes. See [A list of articles about programming assumptions commonly made that aren't true](https://github.com/jameslk/awesome-falsehoods). diff --git a/package.json b/package.json index 72614189c..c66d9c0f2 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,12 @@ "assert" ], "author": "Chris O'Hara ", + "contributors": [ + { + "name": "Anthony Nandaa", + "url": "https://github.com/profnandaa" + } + ], "main": "index.js", "bugs": { "url": "https://github.com/chriso/validator.js/issues"