Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Update sizes
  • Loading branch information
justinfagnani committed May 11, 2024
1 parent c219b9a commit 8de7a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import * as fs from 'fs';
// it's likely that we'll ask you to investigate ways to reduce the size.
//
// In either case, update the size here and push a new commit to your PR.
const expectedLitCoreSize = 15503;
const expectedLitHtmlSize = 7313;
const expectedLitCoreSize = 15505;
const expectedLitHtmlSize = 7315;

const litCoreSrc = fs.readFileSync('packages/lit/lit-core.min.js', 'utf8');
const litCoreSize = fs.readFileSync('packages/lit/lit-core.min.js').byteLength;
Expand Down

0 comments on commit 8de7a08

Please sign in to comment.