Skip to content

Commit c07325d

Browse files
committed
update authors
1 parent e9fc1d9 commit c07325d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@
8787
- nyuszika7h ([email protected])
8888
- Asoul Yang ([email protected])
8989
- Peter Dave Hello ([email protected])
90+
- Wayou Liu ([email protected])
9091

9192
#### Generated by bin/update-authors.sh.

bin/update-authors.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ while (<>) {
1212
next if /(support\@greenkeeper.io)/;
1313
next if /(nate\@ngoldman.me)/;
1414
next if /(ahmad\@codeinchaos.com)/;
15+
next if /(wayou )/;
1516
$seen{$_} = push @authors, "- ", $_;
1617
}
1718
END {

0 commit comments

Comments
 (0)