Merge pull request #145 from ryanxcharles/feature/update-version-0.1.7
update version #, update to npm soop
This commit is contained in:
commit
45f5edb4de
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bitcore",
|
||||
"description": "Bitcoin Library",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"author": {
|
||||
"name": "Stephen Pair",
|
||||
"email": "stephen@bitpay.com"
|
||||
|
@ -46,7 +46,7 @@
|
|||
"postinstall": "node browser/build.js -a"
|
||||
},
|
||||
"dependencies": {
|
||||
"soop": "git://github.com/bitpay/soop.git",
|
||||
"soop": "=0.1.5",
|
||||
"base58-native": "=0.1.3",
|
||||
"bindings": "=1.1.1",
|
||||
"bufferput": "git://github.com/bitpay/node-bufferput.git",
|
||||
|
|
Loading…
Reference in New Issue