Skip to content

Commit

Permalink
test(size-limit): cleanup limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Aksamitov committed Feb 8, 2022
1 parent 4666b4b commit c6ea34d
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,15 +118,15 @@
"index.js": "{ useStore }",
"nanostores": "{ map, computed }"
},
"limit": "776 B"
"limit": "764 B"
},
{
"name": "useStore + helpers",
"import": {
"index.js": "{ useStore, useVModel, mapStores }",
"nanostores": "{ map, computed }"
},
"limit": "937 B"
"limit": "923 B"
}
],
"clean-publish": {
Expand Down

0 comments on commit c6ea34d

Please sign in to comment.