Skip to content

Commit

Permalink
Lower bundle size limits to reflect recent improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Jan 17, 2019
1 parent 8c85dc9 commit 2815cac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -24,22 +24,22 @@
{
"name": "apollo-cache",
"path": "./packages/apollo-cache/lib/bundle.min.js",
"maxSize": "1 kB"
"maxSize": "900 B"
},
{
"name": "apollo-cache-inmemory",
"path": "./packages/apollo-cache-inmemory/lib/bundle.min.js",
"maxSize": "7 kB"
"maxSize": "6.2 kB"
},
{
"name": "apollo-client",
"path": "./packages/apollo-client/lib/bundle.min.js",
"maxSize": "10.25 kB"
"maxSize": "9.15 kB"
},
{
"name": "apollo-utilities",
"path": "./packages/apollo-utilities/lib/bundle.min.js",
"maxSize": "5 kB"
"maxSize": "4.3 kB"
}
],
"jest": {
Expand Down

0 comments on commit 2815cac

Please sign in to comment.