Merge pull request #905 from shayanb/develop

fix bignumber.js broken dependency
This commit is contained in:
MaiaVictor 2017-06-23 22:13:38 -03:00 committed by GitHub
commit b8df39a0c4
1 changed files with 1 additions and 1 deletions

View File

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