From 00391c3630f5e52ada807c5b6188bc90d37f56bd Mon Sep 17 00:00:00 2001 From: Gabriel Rubens Date: Thu, 30 May 2019 13:58:55 -0300 Subject: [PATCH] chore(readme): mention to BigNumber.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3955a0..2d6837d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ List of the main open source libraries and technologies used in building **Zepio - [ESLint](http://eslint.org/): Code linting rules - [Flow](https://flow.org): JavaScript static type checker - [Docz](https://docz.site): Documentation builder +- [BigNumber.js](https://github.com/MikeMcl/bignumber.js#readme): Arbitrary-precision decimal and non-decimal arithmetic with safety ## Installing and Running From Source