Skip to content

Commit

Permalink
Tiny adjustments to .size-limit.cjs to fix failing CI check.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Sep 8, 2023
1 parent 6e7ac6e commit 00be7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const checks = [
{
path: "dist/apollo-client.min.cjs",
limit: "38074",
limit: "38079",
},
{
path: "dist/main.cjs",
Expand All @@ -10,7 +10,7 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "31980",
limit: "32000",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit 00be7e1

Please sign in to comment.