Skip to content

Commit

Permalink
[test] Fix size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 21, 2018
1 parent 5045d15 commit bbd57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = [
name: 'The size of all the modules of material-ui.',
webpack: true,
path: 'packages/material-ui/build/index.js',
limit: '92.3 KB',
limit: '92.4 KB',
},
{
name: 'The main bundle of the docs',
Expand Down

0 comments on commit bbd57a8

Please sign in to comment.