Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-03-09 00:51:32 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-09 00:51:32 +0300
commitf76e8875d24368c71ed560b253f3dd89669a2c7f (patch)
tree36d10ca40f7c2a6fc673ca8d257a2e4d074e6466 /bin
parent8d153285992e19e8d77f09eb7109bf1abc4c0d84 (diff)
add npm run update-authors
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-authors.sh2
1 files changed, 1 insertions, 1 deletions
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