switched to older bignum lib, with lookahead deactivated

This commit is contained in:
Fabian Vogelsteller 2017-06-24 09:04:53 +02:00
parent 82d93c451d
commit 677df3894d
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124
1 changed files with 1 additions and 1 deletions

View File

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