Skip to content

Commit 749999f

Browse files
committed
Undo size limit bump
1 parent 8d9f60f commit 749999f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,22 @@
8888
{
8989
"name": "polaris-react-cjs",
9090
"path": "polaris-react/build/cjs/index.js",
91-
"limit": "235 kB"
91+
"limit": "230 kB"
9292
},
9393
{
9494
"name": "polaris-react-esm",
9595
"path": "polaris-react/build/esm/index.js",
96-
"limit": "155 kB"
96+
"limit": "150 kB"
9797
},
9898
{
9999
"name": "polaris-react-esnext",
100100
"path": "polaris-react/build/esnext/index.esnext",
101-
"limit": "210 kB"
101+
"limit": "205 kB"
102102
},
103103
{
104104
"name": "polaris-react-css",
105105
"path": "polaris-react/build/esm/styles.css",
106-
"limit": "50 kB"
106+
"limit": "45 kB"
107107
}
108108
]
109109
}

0 commit comments

Comments
 (0)