mirror of https://github.com/status-im/web3.js.git
Pull bignumber.js library over https:// instead of git://
This commit is contained in:
parent
ec49f028a6
commit
ff91d6c943
|
@ -8,7 +8,7 @@
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bignumber.js": "debris/bignumber.js#master",
|
"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
|
||||||
"crypto-js": "^3.1.4",
|
"crypto-js": "^3.1.4",
|
||||||
"utf8": "^2.1.1",
|
"utf8": "^2.1.1",
|
||||||
"xmlhttprequest": "*"
|
"xmlhttprequest": "*"
|
||||||
|
|
Loading…
Reference in New Issue