1.1.1 • Published 9 years ago
check-authors-certificate v1.1.1
Find Git commit authors who are not listed in AUTHORS
$ npm install --save-dev check-authors-certificate
Then update your test
npm script in package.json
:
{
"scripts": {
"test": "run your tests && npm run check-authors",
"check-authors": "check-authors-certificate"
}
}