Skip to content

Commit

Permalink
✏️ Update size of package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlee-dev committed Jun 4, 2020
1 parent ca8fbc8 commit 8629116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/cypress/integration/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ context('create-mern-application', () => {
'contain.text',
'A bootstrapper for creating a MERN application.',
);
cy.get('body').should('contain.text', '21.8kb gzipped');
cy.get('body').should('contain.text', '22.9kb gzipped');
cy.get('body').should('contain.text', 'View Documentation');
});

Expand Down
2 changes: 1 addition & 1 deletion website/src/client/components/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Info: React.SFC<{}> = () => {
</blockquote>
<span className="badge margin-bottom-md">
<FontAwesomeIcon icon={faBox} />
<span className="margin-left-sm">21.8kb gzipped</span>
<span className="margin-left-sm">22.9kb gzipped</span>
</span>
<a
className="blue"
Expand Down

0 comments on commit 8629116

Please sign in to comment.