[Pkg-javascript-commits] [node-sha.js] 10/31: npmignore: ignore test/

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 30 11:23:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-sha.js.

commit 03702a8032fe2bc0b033860bec37c09c1d4af44b
Author: Daniel Cousens <github at dcousens.com>
Date:   Fri May 19 22:14:27 2017 +1000

    npmignore: ignore test/
---
 .npmignore | 1 +
 bin.js     | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..2bfa6a4
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1 @@
+tests/
diff --git a/bin.js b/bin.js
index 0a4e95b..5a7ac83 100755
--- a/bin.js
+++ b/bin.js
@@ -28,11 +28,9 @@ function usage () {
 
 if (!process.stdin.isTTY) {
   pipe(argv[0], process.stdin)
-
 } else if (argv.length) {
   if (/--help|-h/.test(argv[0])) {
     usage()
-
   } else {
     var filename = argv.pop()
     var algorithm = argv.pop()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git



More information about the Pkg-javascript-commits mailing list