Browse Source

fix package.json reference to bitpay soop

...the soop library is located at bitpay/soop, not bitpay/node-soop.
patch-2
Ryan X. Charles 11 years ago
parent
commit
52c12aa5f4
  1. 2
      package.json

2
package.json

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

Loading…
Cancel
Save