[Pkg-javascript-commits] [node-sha.js] 141/237: index: remove unused export
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:03:48 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 b4de630c9e2092072d0baa5a0a5e93d00ce43c44
Author: Daniel Cousens <dcousens at users.noreply.github.com>
Date: Thu Sep 4 16:46:58 2014 +1000
index: remove unused export
---
index.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/index.js b/index.js
index ba06c7e..c947f3e 100644
--- a/index.js
+++ b/index.js
@@ -7,7 +7,6 @@ var exports = module.exports = function (alg) {
var Buffer = require('buffer').Buffer
var Hash = require('./hash')(Buffer)
-exports.sha =
exports.sha1 = require('./sha1')(Buffer, Hash)
exports.sha256 = require('./sha256')(Buffer, Hash)
exports.sha512 = require('./sha512')(Buffer, Hash)
--
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