Skip to content

Commit

Permalink
fix size calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jul 22, 2022
1 parent da77074 commit 1d776a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -40,12 +40,12 @@
"module": "dist/masa-tools.esm.js",
"size-limit": [
{
"path": "dist/masa-tools.cjs.production.min.js",
"limit": "10 KB"
"path": "dist/tools.cjs.production.min.js",
"limit": "100 KB"
},
{
"path": "dist/masa-tools.esm.js",
"limit": "10 KB"
"path": "dist/tools.esm.js",
"limit": "100 KB"
}
],
"devDependencies": {
Expand Down

0 comments on commit 1d776a3

Please sign in to comment.