Browse Source

Merge pull request #962 from bitcoinjs/updatebech32

Update bech32
hk-custom-address
Daniel Cousens 7 years ago
committed by GitHub
parent
commit
30ffd78881
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -71,7 +71,7 @@ This is because of the function-name-duck-typing used in [typeforce](https://git
Example: Example:
``` bash ``` bash
uglifyjs ... --mangle --reserved 'BigInteger,ECPair,Point' uglifyjs ... --mangle reserved=['BigInteger','ECPair','Point']
``` ```
**NOTE**: This library tracks Node LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](http://babeljs.io/docs/plugins/preset-es2015/) preset). **NOTE**: This library tracks Node LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](http://babeljs.io/docs/plugins/preset-es2015/) preset).

2
package.json

@ -30,7 +30,7 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"bech32": "0.0.3", "bech32": "^1.1.2",
"bigi": "^1.4.0", "bigi": "^1.4.0",
"bip66": "^1.1.0", "bip66": "^1.1.0",
"bitcoin-ops": "^1.3.0", "bitcoin-ops": "^1.3.0",

Loading…
Cancel
Save