Add missing elliptic to package.json

This commit is contained in:
Nicholas Dudfield
2015-06-17 20:17:11 +07:00
parent 0198b2603f
commit 295f99ba75

View File

@@ -16,6 +16,7 @@
"dependencies": {
"babel-runtime": "^5.3.2",
"bn.js": "^2.0.5",
"elliptic": "sublimator/elliptic#derivations-test",
"hash.js": "^1.0.3",
"ripple-address-codec": "github:sublimator/ripple-address-codec"
},