package: upgrade bcoin-native and secp256k1.

This commit is contained in:
Christopher Jeffrey 2017-02-27 14:36:59 -08:00
parent c02f19a288
commit 321b3f5acc
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -26,9 +26,9 @@
"elliptic": "6.3.2"
},
"optionalDependencies": {
"bcoin-native": "0.0.12",
"bcoin-native": "0.0.14",
"leveldown": "1.5.0",
"secp256k1": "3.2.0",
"secp256k1": "3.2.5",
"socket.io": "1.4.8",
"socket.io-client": "1.4.8"
},