Feross Aboukhadijeh
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
index.js
-
src/cmd.js
|
|
@ -15,6 +15,7 @@ const authors = { |
|
|
|
jayphelps: 'https://www.patreon.com/jayphelps', |
|
|
|
juliangruber: 'https://www.patreon.com/juliangruber', |
|
|
|
kgryte: 'https://www.patreon.com/athan', |
|
|
|
korynunn: 'https://www.patreon.com/korynunn', |
|
|
|
limonte: 'https://www.patreon.com/limonte', |
|
|
|
mafintosh: 'https://www.patreon.com/mafintosh', |
|
|
|
marijn: 'https://www.patreon.com/marijn', |
|
|
@ -25,6 +26,7 @@ const authors = { |
|
|
|
noffle: 'https://en.liberapay.com/noffle/', |
|
|
|
olstenlarck: 'https://www.paypal.me/tunnckoCore', |
|
|
|
posva: 'https://www.github.com/posva/donate', |
|
|
|
riyadhalnur: 'https://www.paypal.me/riyadhalnur', |
|
|
|
shama: 'https://www.patreon.com/shama', |
|
|
|
sindresorhus: 'https://www.patreon.com/sindresorhus', |
|
|
|
steelbrain: 'https://www.patreon.com/steelbrain', |
|
|
|
|
|
@ -75,7 +75,7 @@ async function init () { |
|
|
|
if (argv.version) { |
|
|
|
return runVersion() |
|
|
|
} |
|
|
|
runThanks(cwd, argv.open) |
|
|
|
return runThanks(cwd, argv.open) |
|
|
|
} |
|
|
|
|
|
|
|
function runHelp () { |
|
|
|