Skip to content

Commit

Permalink
add update-contributors script; closes #3289
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 22, 2018
1 parent f4275b6 commit 401dea4
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 288 deletions.
40 changes: 29 additions & 11 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
# see https://www.git-scm.com/docs/git-check-mailmap for formatting info
TJ Holowaychuk <[email protected]>
Travis Jeffery <[email protected]> <[email protected]>
Travis Jeffery <[email protected]> Dr. Travis Jeffery <[email protected]>
Christopher Hiller <[email protected]> Christopher Hiller <[email protected]>
David da Silva Contín <[email protected]> David da Silva <[email protected]>
David da Silva Contín <[email protected]> David da Silva <[email protected]>
David da Silva Contín <[email protected]> <[email protected]>
Ariel Mashraki <[email protected]> Ariel Mashraki <[email protected]>
Ariel Mashraki <[email protected]> Ariel Mashraki <[email protected]>
Forbes Lindesay <[email protected]> Forbes Lindesay <[email protected]>
Ben Bradley <[email protected]> Ben Bradley <[[email protected]|mailto:[email protected]]>
Glen Mailer <[email protected]> Glen Mailer <[email protected]>
Travis Jeffery <[email protected]> <[email protected]>
Travis Jeffery <[email protected]> Dr. Travis Jeffery <[email protected]>
Christopher Hiller <[email protected]> <[email protected]>
David da Silva Contín <[email protected]> David da Silva <[email protected]>
David da Silva Contín <[email protected]> David da Silva <[email protected]>
David da Silva Contín <[email protected]> <[email protected]>
Ariel Mashraki <[email protected]> <[email protected]>
Ariel Mashraki <[email protected]> <[email protected]>
Forbes Lindesay <[email protected]> <[email protected]>
Ben Bradley <[email protected]> <[[email protected]|mailto:[email protected]]>
Glen Mailer <[email protected]> <[email protected]>
38elements <[email protected]> <[email protected]>
Andreas Lind Petersen <[email protected]> Andreas Lind <[email protected]>
Ben Harris <[email protected]> <[email protected]>
Can Oztokmak <[email protected]> <[email protected]>
Will Langstroth <[email protected]> <[email protected]>
Sulabh Bista <[email protected]> <[email protected]>
Rustem Mustafin <[email protected]> <[email protected]>
Rico Sta. Cruz <[email protected]> <[email protected]>
Pete Hawkins <[email protected]> <[email protected]>
Raynos <[email protected]> <=>
Raynos <[email protected]> Raynos (Jake Verbaten) <[email protected]>
Markus Tacker <[email protected]> <[email protected]>
Long Ho <[email protected]> <[email protected]>
László Bácsi <[email protected]> Laszlo Bacsi <[email protected]>
Eli Skeggs <[email protected]> <[email protected]>
Domenic Denicola <[email protected]> domenic <[email protected]>
Michael Schoonmaker <[email protected]> <[email protected]>
4 changes: 4 additions & 0 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ module.exports = {
watchDocs: {
script: 'nps prewatchDocs && bundle exec jekyll serve --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts --watch',
description: 'Watch documentation for changes'
},
updateContributors: {
script: 'node scripts/update-contributors.js',
description: 'Update list of contributors in package.json'
}
}
};
Loading

0 comments on commit 401dea4

Please sign in to comment.