fix package.json reference to bitpay soop

...the soop library is located at bitpay/soop, not bitpay/node-soop.
This commit is contained in:
Ryan X. Charles 2014-03-08 21:38:53 -05:00
parent 967ec01778
commit 52c12aa5f4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"test": "mocha test -R spec"
},
"dependencies": {
"soop": "git://github.com/bitpay/node-soop.git",
"soop": "git://github.com/bitpay/soop.git",
"base58-native": "=0.1.3",
"bindings": "=1.1.1",
"bufferput": "git://github.com/bitpay/node-bufferput.git",