Adds basic BigNumber type support

Fixes `To Base` & `From Base` issues as reported on twitter
This commit is contained in:
Matt C 2018-01-03 11:26:31 +00:00
parent 0ba28dc891
commit c241d2f90b
5 changed files with 47 additions and 932 deletions

View file

@ -68,6 +68,7 @@
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bignumber.js": "^5.0.0",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.2",
"bootstrap-switch": "^3.3.4",