From c2177d2cb2c2bf7d8f1e7bd7aa5856976a834ce5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 1 May 2018 16:32:42 -0700 Subject: [PATCH] bin/update-authors.sh -> tools/update-authors.sh --- AUTHORS.md | 2 +- package.json | 2 +- {bin => tools}/update-authors.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {bin => tools}/update-authors.sh (90%) diff --git a/AUTHORS.md b/AUTHORS.md index 6b46703..aedcb2c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -43,4 +43,4 @@ - crapthings (crapthings@gmail.com) - daiyu (qqdaiyu55@gmail.com) -#### Generated by bin/update-authors.sh. +#### Generated by tools/update-authors.sh. diff --git a/package.json b/package.json index 10ade88..d65256d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "url": "git://github.com/webtorrent/bittorrent-tracker.git" }, "scripts": { - "update-authors": "./bin/update-authors.sh", + "update-authors": "./tools/update-authors.sh", "test": "standard && tape test/*.js" } } diff --git a/bin/update-authors.sh b/tools/update-authors.sh similarity index 90% rename from bin/update-authors.sh rename to tools/update-authors.sh index eba5211..ef80c63 100755 --- a/bin/update-authors.sh +++ b/tools/update-authors.sh @@ -18,6 +18,6 @@ END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; - print "#### Generated by bin/update-authors.sh.\n"; + print "#### Generated by tools/update-authors.sh.\n"; } ' > AUTHORS.md