mirror of https://github.com/status-im/web3.js.git
fix bignumber.js broken dependency
This commit is contained in:
parent
6d3e61a010
commit
6fe294fe7c
|
@ -8,7 +8,7 @@
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bignumber.js": "https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
|
"bignumber.js": "^4.0.2",
|
||||||
"crypto-js": "^3.1.4",
|
"crypto-js": "^3.1.4",
|
||||||
"utf8": "^2.1.1",
|
"utf8": "^2.1.1",
|
||||||
"xhr2": "*",
|
"xhr2": "*",
|
||||||
|
|
Loading…
Reference in New Issue