[Pkg-javascript-commits] [node-ripemd160] 33/71: lib/ripemd160: moved exports to bottom
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit f96f4db6bb7c863fb871595ade4d49096b9036e8
Author: JP Richardson <jprichardson at gmail.com>
Date: Wed Jan 14 05:59:12 2015 -0600
lib/ripemd160: moved exports to bottom
---
lib/ripemd160.js | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/lib/ripemd160.js b/lib/ripemd160.js
index 19f57a4..6036b57 100644
--- a/lib/ripemd160.js
+++ b/lib/ripemd160.js
@@ -1,8 +1,3 @@
-
-module.exports = ripemd160
-
-
-
/*
CryptoJS v3.1.2
code.google.com/p/crypto-js
@@ -202,4 +197,6 @@ function ripemd160(message) {
return new Buffer(digestbytes);
}
+module.exports = ripemd160
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
More information about the Pkg-javascript-commits
mailing list