mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-12 18:36:28 +00:00
bin/update-authors.sh -> tools/update-authors.sh
This commit is contained in:
parent
338a0590a5
commit
c2177d2cb2
@ -43,4 +43,4 @@
|
||||
- crapthings (crapthings@gmail.com)
|
||||
- daiyu (qqdaiyu55@gmail.com)
|
||||
|
||||
#### Generated by bin/update-authors.sh.
|
||||
#### Generated by tools/update-authors.sh.
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user