Skip to content

Commit

Permalink
Update size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
russelldavis committed May 3, 2024
1 parent 7ad9fa9 commit 6f312ee
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 @@ -92,14 +92,14 @@
"import": {
"./index.js": "{ atom }"
},
"limit": "286 B"
"limit": "235 B"
},
{
"name": "Popular Set",
"import": {
"./index.js": "{ map, computed, }"
},
"limit": "833 B"
"limit": "769 B"
}
],
"clean-publish": {
Expand Down

0 comments on commit 6f312ee

Please sign in to comment.