Skip to content

Commit

Permalink
Fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 24, 2024
1 parent c01580a commit f05bf7f
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 @@ -113,14 +113,14 @@
"import": {
"./index.js": "{ atom }"
},
"limit": "303 B"
"limit": "302 B"
},
{
"name": "Popular Set",
"import": {
"./index.js": "{ map, computed, }"
},
"limit": "830 B"
"limit": "831 B"
}
],
"clean-publish": {
Expand Down

0 comments on commit f05bf7f

Please sign in to comment.