Skip to content

Commit

Permalink
bin/update-authors.sh -> tools/update-authors.sh
Browse files Browse the repository at this point in the history
Let's

bin/ is for command line programs (published to npm)
tools/ is for development tools (not published)
  • Loading branch information
feross committed May 15, 2018
1 parent 6e54774 commit 2b909f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .npmignore
@@ -1,10 +1,10 @@
test/
docs/logos/
tmp/
bin/update-authors.sh
.npmignore
badge.png
badge.svg
CONTRIBUTING.md
docs/logos/
sticker.png
sticker.svg
test/
tmp/
tools/
2 changes: 1 addition & 1 deletion AUTHORS.md
Expand Up @@ -120,4 +120,4 @@
- tumobi (tumobi@163.com)
- Maarten Ackermans (maarten.ackermans@gmail.com)

#### Generated by bin/update-authors.sh.
#### Generated by tools/update-authors.sh.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,6 +72,6 @@
"show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
"show-summary": "eslint-index eslintrc.json --format table",
"test": "./bin/cmd.js --verbose && tape test/*.js",
"update-authors": "./bin/update-authors.sh"
"update-authors": "./tools/update-authors.sh"
}
}
2 changes: 1 addition & 1 deletion bin/update-authors.sh → tools/update-authors.sh
Expand Up @@ -20,6 +20,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

0 comments on commit 2b909f4

Please sign in to comment.