fix bignumber.js broken dependency

This commit is contained in:
Shayan 2017-06-23 17:00:14 -04:00
parent 6d3e61a010
commit 6fe294fe7c
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": "*",