diff --git a/README.md b/README.md index 4b0f912..4105a60 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This is because of the function-name-duck-typing used in [typeforce](https://git Example: ``` 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). diff --git a/package.json b/package.json index 0a93b0f..a405f81 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "src" ], "dependencies": { - "bech32": "0.0.3", + "bech32": "^1.1.2", "bigi": "^1.4.0", "bip66": "^1.1.0", "bitcoin-ops": "^1.3.0",