Skip to content

Commit

Permalink
update size-limit after master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Aug 16, 2023
1 parent 42e699a commit d00e394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ module.exports = [
{
name: 'CJS',
path: 'dist/lightweight-charts.production.cjs',
limit: '47.59 KB',
limit: '47.62 KB',
},
{
name: 'ESM',
path: 'dist/lightweight-charts.production.mjs',
limit: '47.54 KB',
limit: '47.56 KB',
},
{
name: 'Standalone-ESM',
path: 'dist/lightweight-charts.standalone.production.mjs',
limit: '49.26 KB',
limit: '49.29 KB',
},
{
name: 'Standalone',
path: 'dist/lightweight-charts.standalone.production.js',
limit: '49.31 KB',
limit: '49.33 KB',
},
];

0 comments on commit d00e394

Please sign in to comment.