Skip to content

Commit

Permalink
chore: add maintainers details (#898)
Browse files Browse the repository at this point in the history
Add @profnandaa as maintainer (contributor) on the README and package.json
  • Loading branch information
profnandaa committed Sep 24, 2018
1 parent 48d68bd commit 43540cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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).
Expand Down
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -22,6 +22,12 @@
"assert"
],
"author": "Chris O'Hara <cohara87@gmail.com>",
"contributors": [
{
"name": "Anthony Nandaa",
"url": "https://github.com/profnandaa"
}
],
"main": "index.js",
"bugs": {
"url": "https://github.com/chriso/validator.js/issues"
Expand Down

0 comments on commit 43540cd

Please sign in to comment.