Skip to content

Commit

Permalink
Fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 21, 2024
1 parent 1833fcb commit 9c69f71
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 @@ -118,14 +118,14 @@
"import": {
"./index.js": "{ persistentAtom }"
},
"limit": "281 B"
"limit": "280 B"
},
{
"name": "Map",
"import": {
"./index.js": "{ persistentMap }"
},
"limit": "404 B"
"limit": "408 B"
}
],
"clean-publish": {
Expand Down

0 comments on commit 9c69f71

Please sign in to comment.