We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b276f commit 6cd1d96Copy full SHA for 6cd1d96
README.md
@@ -27,7 +27,7 @@
27
React hook for logging per component lifecycle
28
29
## Features
30
-- 🪶 **Lightweight** — under *1.5Kb* gzipped
+- 🪶 **Lightweight** — under *2 kB* gzipped
31
- 🗂️ **Typed** — made with TypeScript, ships with types
32
- 🥰 **Simple** — don't worry about any changes in your props & state
33
- 🔧 **Customizable** — work in progress 😉
package.json
@@ -105,11 +105,11 @@
105
"size-limit": [
106
{
107
"path": "dist/main.js",
108
- "limit": "1.75 kB"
+ "limit": "2 kB"
109
},
110
111
"path": "dist/module.js",
112
113
}
114
]
115
0 commit comments