Skip to content

Commit

Permalink
update dev dep to binstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Feb 13, 2014
1 parent 51c11e7 commit abcf87e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Usage


```js ```js
var Address = require('btc-address') var Address = require('btc-address')
var binConv = require('binconv') var binConv = require('binstring')




var hash160 = "3c176e659bea0f29a3e9bf7880c112b1b31b4dc8"; var hash160 = "3c176e659bea0f29a3e9bf7880c112b1b31b4dc8";
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -13,7 +13,8 @@
"devDependencies": { "devDependencies": {
"mocha": "1.*", "mocha": "1.*",
"terst": "0.0.1", "terst": "0.0.1",
"convert-hex": "0.1.x" "convert-hex": "0.1.x",
"binstring": "~0.2.0"
}, },
"repository": { "repository": {
"url": "https://github.com/cryptocoinjs/btc-address", "url": "https://github.com/cryptocoinjs/btc-address",
Expand Down

0 comments on commit abcf87e

Please sign in to comment.