[Pkg-javascript-commits] [node-diffie-hellman] 25/88: miller rabin dep
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:19:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-diffie-hellman.
commit 895a4eecf7e898bcdab0e110d0740ffd5c45f6e2
Author: Calvin Metcalf <calvin.metcalf at state.ma.us>
Date: Sat Nov 8 13:44:17 2014 -0500
miller rabin dep
---
package.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index d2110ac..82a1da6 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,8 @@
},
"homepage": "https://github.com/calvinmetcalf/diffie-hellman",
"dependencies": {
- "bn.js": "0.15.2"
+ "bn.js": "0.15.2",
+ "miller-rabin": "^1.1.1"
},
"devDependencies": {
"tap-spec": "^1.0.1",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-diffie-hellman.git
More information about the Pkg-javascript-commits
mailing list