Skip to content

Commit bf64e71

Browse files
committedDec 29, 2023
chore: update module size
1 parent 6e3b2b9 commit bf64e71

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": "2.0.0",
44
"repository": "lukeed/clsx",
5-
"description": "A tiny (234B) utility for constructing className strings conditionally.",
5+
"description": "A tiny (239B) utility for constructing className strings conditionally.",
66
"module": "dist/clsx.mjs",
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 [![CI](https://github.com/lukeed/clsx/workflows/CI/badge.svg)](https://github.com/lukeed/clsx/actions?query=workflow%3ACI) [![codecov](https://badgen.net/codecov/c/github/lukeed/clsx)](https://codecov.io/gh/lukeed/clsx)
22

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