Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
perf: Increase size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jun 29, 2019
1 parent 372386d commit 46eafaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A library to convert [Notion](https://notion.so) page content to the Contentful

Some standout features include...

All this clocks in at around 3.7 kB gzipped.
All this clocks in at around 4.5 kB gzipped.

⚠️ Requires Node >= 8.0.0.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"size-limit": [
{
"path": "dist/index.cjs.js",
"limit": "4 kB"
"limit": "4.5 kB"
}
],
"devDependencies": {
Expand Down

0 comments on commit 46eafaa

Please sign in to comment.