bin/update-authors.sh -> tools/update-authors.sh

This commit is contained in:
Feross Aboukhadijeh 2018-05-01 16:32:42 -07:00
parent 338a0590a5
commit c2177d2cb2
3 changed files with 3 additions and 3 deletions

View File

@ -43,4 +43,4 @@
- crapthings (crapthings@gmail.com) - crapthings (crapthings@gmail.com)
- daiyu (qqdaiyu55@gmail.com) - daiyu (qqdaiyu55@gmail.com)
#### Generated by bin/update-authors.sh. #### Generated by tools/update-authors.sh.

View File

@ -71,7 +71,7 @@
"url": "git://github.com/webtorrent/bittorrent-tracker.git" "url": "git://github.com/webtorrent/bittorrent-tracker.git"
}, },
"scripts": { "scripts": {
"update-authors": "./bin/update-authors.sh", "update-authors": "./tools/update-authors.sh",
"test": "standard && tape test/*.js" "test": "standard && tape test/*.js"
} }
} }

View File

@ -18,6 +18,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 bin/update-authors.sh.\n"; print "#### Generated by tools/update-authors.sh.\n";
} }
' > AUTHORS.md ' > AUTHORS.md