Skip to content

Commit 6cd1d96

Browse files
committed
Increase non-minified size of lib from 1.75 kB to 2 kB
Minified version still will fall under 1.5 limit though
1 parent 73b276f commit 6cd1d96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
React hook for logging per component lifecycle
2828

2929
## Features
30-
- 🪶 **Lightweight** — under *1.5Kb* gzipped
30+
- 🪶 **Lightweight** — under *2 kB* gzipped
3131
- 🗂️ **Typed** — made with TypeScript, ships with types
3232
- 🥰 **Simple** — don't worry about any changes in your props & state
3333
- 🔧 **Customizable** — work in progress 😉

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@
105105
"size-limit": [
106106
{
107107
"path": "dist/main.js",
108-
"limit": "1.75 kB"
108+
"limit": "2 kB"
109109
},
110110
{
111111
"path": "dist/module.js",
112-
"limit": "1.75 kB"
112+
"limit": "2 kB"
113113
}
114114
]
115115
}

0 commit comments

Comments
 (0)