From bf64e71018dc0d1ba0a6adb4c15325a14290e6c1 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 29 Dec 2023 10:40:56 -0800 Subject: [PATCH] chore: update module size --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf42a9c..1be07e9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clsx", "version": "2.0.0", "repository": "lukeed/clsx", - "description": "A tiny (234B) utility for constructing className strings conditionally.", + "description": "A tiny (239B) utility for constructing className strings conditionally.", "module": "dist/clsx.mjs", "unpkg": "dist/clsx.min.js", "main": "dist/clsx.js", diff --git a/readme.md b/readme.md index 0c35dd3..dbb69e1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # 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) -> A tiny (234B) utility for constructing `className` strings conditionally.
Also serves as a [faster](bench) & smaller drop-in replacement for the `classnames` module. +> A tiny (239B) utility for constructing `className` strings conditionally.
Also serves as a [faster](bench) & smaller drop-in replacement for the `classnames` module. This module is available in three formats: