Skip to content

Commit

Permalink
test: update size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed Mar 7, 2020
1 parent 4958c5c commit 5b923c1
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions packages/react-dataparcels/.size-limit.json
Expand Up @@ -24,11 +24,11 @@
"path": "ParcelNode.js"
},
{
"limit": "5.9 KB",
"limit": "6.0 KB",
"path": "asNode.js"
},
{
"limit": "6.2 KB",
"limit": "6.3 KB",
"path": "asChildNodes.js"
},
{
Expand All @@ -51,28 +51,20 @@
"limit": "12.6 KB",
"path": "ParcelBoundary.js"
},
{
"limit": "13.5 KB",
"path": "ParcelBoundaryHoc.js"
},
{
"limit": "47.3 KB",
"path": "ParcelDrag.js"
},
{
"limit": "11.6 KB",
"path": "ParcelHoc.js"
},
{
"limit": "12.5 KB",
"limit": "12.2 KB",
"path": "useParcelBuffer.js"
},
{
"limit": "13.6 KB",
"limit": "13.3 KB",
"path": "useParcelForm.js"
},
{
"limit": "11 KB",
"limit": "10.7 KB",
"path": "useParcelState.js"
}
]

0 comments on commit 5b923c1

Please sign in to comment.