From 7e8c75e0ab7e9f215e5d39fec778b0ab9f908c7a Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Fri, 29 May 2020 21:52:19 -0700 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 e4404b0..8796401 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clsx", "version": "1.1.0", "repository": "lukeed/clsx", - "description": "A tiny (229B) utility for constructing className strings conditionally.", + "description": "A tiny (228B) utility for constructing className strings conditionally.", "module": "dist/clsx.m.js", "unpkg": "dist/clsx.min.js", "main": "dist/clsx.js", diff --git a/readme.md b/readme.md index c163604..7b87e86 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # clsx [![Build Status](https://travis-ci.org/lukeed/clsx.svg?branch=master)](https://travis-ci.org/lukeed/clsx) -> A tiny (229B) utility for constructing `className` strings conditionally.
Also serves as a [faster](/bench) & smaller drop-in replacement for the `classnames` module. +> A tiny (228B) 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: