Skip to content

Commit c2177d2

Browse files
committed
bin/update-authors.sh -> tools/update-authors.sh
1 parent 338a059 commit c2177d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
- crapthings ([email protected])
4444
4545

46-
#### Generated by bin/update-authors.sh.
46+
#### Generated by tools/update-authors.sh.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"url": "git://github.com/webtorrent/bittorrent-tracker.git"
7272
},
7373
"scripts": {
74-
"update-authors": "./bin/update-authors.sh",
74+
"update-authors": "./tools/update-authors.sh",
7575
"test": "standard && tape test/*.js"
7676
}
7777
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ END {
1818
print "# Authors\n\n";
1919
print "#### Ordered by first contribution.\n\n";
2020
print @authors, "\n";
21-
print "#### Generated by bin/update-authors.sh.\n";
21+
print "#### Generated by tools/update-authors.sh.\n";
2222
}
2323
' > AUTHORS.md

0 commit comments

Comments
 (0)