Merge pull request #377 from status-im/358-cannot-convert-bigint

Fix Cannot convert BigInt value to a number
This commit is contained in:
F 2022-01-05 17:39:32 +11:00 committed by GitHub
commit 594b92d919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],