Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add update-contributors script; closes #3289 #3290

Merged
merged 2 commits into from
Apr 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]>
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ addons:
cache:
directories:
- ~/.npm
- node_modules
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