Skip to content

Commit 03702a8

Browse files
committed
npmignore: ignore test/
1 parent 5d5a8d8 commit 03702a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/

bin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ function usage () {
2828

2929
if (!process.stdin.isTTY) {
3030
pipe(argv[0], process.stdin)
31-
3231
} else if (argv.length) {
3332
if (/--help|-h/.test(argv[0])) {
3433
usage()
35-
3634
} else {
3735
var filename = argv.pop()
3836
var algorithm = argv.pop()

0 commit comments

Comments
 (0)