bin/update-authors.sh

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 13:54:12 -08:00
parent 18fa84a92e
commit ddcf562b00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@
- Romain Beaumont <romain.rom1@gmail.com> - Romain Beaumont <romain.rom1@gmail.com>
- Dan Flettre <fletd01@yahoo.com> - Dan Flettre <fletd01@yahoo.com>
#### Generated by tools/authors.sh. #### Generated by bin/update-authors.sh.

View File

@@ -14,6 +14,6 @@ END {
print "# Authors\n\n"; print "# Authors\n\n";
print "#### Ordered by first contribution.\n\n"; print "#### Ordered by first contribution.\n\n";
print @authors, "\n"; print @authors, "\n";
print "#### Generated by tools/authors.sh.\n\n"; print "#### Generated by bin/update-authors.sh.\n\n";
} }
' > AUTHORS.md ' > AUTHORS.md