Upgrade elliptic.js to fix public key calculation bug.

This commit is contained in:
Braydon Fuller 2015-01-06 20:11:59 -05:00
parent 6f82ffe79e
commit ae38af135c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"main": "index.js",
"version": "0.1.2",
"dependencies": {
"elliptic": "^0.15.12",
"elliptic": "=1.0.0",
"hash.js": "^0.3.2",
"bs58": "^2.0.0",
"request": "^2.36.0",