Merge pull request #389 from imcu/master

Pull bignumber.js library over https:// instead of git://
This commit is contained in:
Fabian Vogelsteller 2016-02-16 14:25:09 +01:00
commit c5a6eaabf9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"lib": "./lib"
},
"dependencies": {
"bignumber.js": "debris/bignumber.js#master",
"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
"crypto-js": "^3.1.4",
"utf8": "^2.1.1",
"xmlhttprequest": "*"