Skip to content

Commit

Permalink
Format AUTHORS.md with hallmark
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 6, 2019
1 parent ad1fd1d commit 19bce00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -26,6 +26,7 @@
"babel-eslint": "^10.0.3",
"cross-spawn": "^7.0.0",
"eslint-index": "^1.3.0",
"hallmark": "^2.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"run-parallel-limit": "^1.0.3",
Expand Down Expand Up @@ -72,6 +73,6 @@
"show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
"show-summary": "eslint-index eslintrc.json --format table",
"test": "./bin/cmd.js --verbose && tape test/*.js",
"update-authors": "./tools/update-authors.sh"
"update-authors": "./tools/update-authors.sh && hallmark --fix AUTHORS.md"
}
}
2 changes: 1 addition & 1 deletion tools/update-authors.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Update AUTHORS.md based on git history.

git log --reverse --format='%aN (%aE)' | perl -we '
git log --reverse --format='%aN (<%aE>)' | perl -we '
BEGIN {
%seen = (), @authors = ();
}
Expand Down

0 comments on commit 19bce00

Please sign in to comment.