Pull bignumber.js library over https:// instead of git://

This commit is contained in:
Mihai Cimpoesu 2016-02-16 12:14:59 +00:00
parent ec49f028a6
commit ff91d6c943
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": "*"