Skip to content

Commit a0fd98a

Browse files
committed
chore: update size
1 parent 42bf238 commit a0fd98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3",
44
"repository": "lukeed/clsx",
5-
"description": "A tiny (199B) utility for constructing className strings conditionally.",
5+
"description": "A tiny (223B) utility for constructing className strings conditionally.",
66
"module": "dist/clsx.m.js",
77
"unpkg": "dist/clsx.min.js",
88
"main": "dist/clsx.js",

readme.md

+1-1
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 (199B) utility for constructing `className` strings conditionally.<Br>Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module.
3+
> A tiny (223B) 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

0 commit comments

Comments
 (0)