mirror of https://github.com/status-im/web3.js.git
Use specific version of bignumber.js
This commit is contained in:
parent
5fd0b24fd1
commit
dad342dc95
|
@ -8,7 +8,7 @@
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bignumber.js": "github:status-im/bignumber.js#master",
|
"bignumber.js": "git+https://github.com/status-im/bignumber.js.git#v4.0.2-status",
|
||||||
"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