Skip to content

Commit 30ffd78

Browse files
authored
Merge pull request bitcoinjs#962 from bitcoinjs/updatebech32
Update bech32
2 parents 4267527 + 0886bf0 commit 30ffd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This is because of the function-name-duck-typing used in [typeforce](https://git
7171

7272
Example:
7373
``` bash
74-
uglifyjs ... --mangle --reserved 'BigInteger,ECPair,Point'
74+
uglifyjs ... --mangle reserved=['BigInteger','ECPair','Point']
7575
```
7676

7777
**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).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"src"
3131
],
3232
"dependencies": {
33-
"bech32": "0.0.3",
33+
"bech32": "^1.1.2",
3434
"bigi": "^1.4.0",
3535
"bip66": "^1.1.0",
3636
"bitcoin-ops": "^1.3.0",

0 commit comments

Comments
 (0)