From f76e8875d24368c71ed560b253f3dd89669a2c7f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 13:51:32 -0800 Subject: add npm run update-authors --- bin/update-authors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/update-authors.sh b/bin/update-authors.sh index 2b7fd79..3d3410e 100755 --- a/bin/update-authors.sh +++ b/bin/update-authors.sh @@ -17,6 +17,6 @@ END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; - print "#### Generated by tools/authors.sh.\n\n"; + print "#### Generated by bin/update-authors.sh.\n\n"; } ' > AUTHORS.md -- cgit v1.2.3