Skip to content

Commit 2047ec9

Browse files
committed
chore: update sizes
1 parent 4ee554a commit 2047ec9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clsx",
33
"version": "1.0.0",
44
"repository": "lukeed/clsx",
5-
"description": "A tiny (200B) utility for constructing className strings conditionally.",
5+
"description": "A tiny (199B) utility for constructing className strings conditionally.",
66
"unpkg": "dist/clsx.min.js",
77
"module": "dist/clsx.mjs",
88
"main": "dist/clsx.js",

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clsx [![Build Status](https://travis-ci.org/lukeed/clsx.svg?branch=master)](https://travis-ci.org/lukeed/clsx)
22

3-
> A tiny (200B) utility for constructing `className` strings conditionally.<Br>Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
3+
> A tiny (199B) utility for constructing `className` strings conditionally.<Br>Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
44
55
This module is available in three formats:
66

@@ -71,7 +71,7 @@ For snapshots of cross-browser results, check out the [`bench`](/bench) director
7171

7272
## Related
7373

74-
- [obj-str](https://github.com/lukeed/obj-str) - Similar utility that is faster and smaller (100B) but only works with Objects.
74+
- [obj-str](https://github.com/lukeed/obj-str) - Similar utility that is faster and smaller (96B) but only works with Objects.
7575

7676
## License
7777

0 commit comments

Comments
 (0)