Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
increase max bundle size because of ethereumjs-vm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xianny committed Aug 29, 2019
1 parent 9d6f37c commit f3a5c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"files": [
{
"path": "packages/0x.js/_bundles/index.min.js",
"maxSize": "800kB"
"maxSize": "1200kB"
},
{
"path": "packages/instant/umd/instant.js",
"maxSize": "1000kB"
"maxSize": "1300kB"
}
],
"ci": {
Expand Down

0 comments on commit f3a5c3b

Please sign in to comment.