Skip to content

Commit

Permalink
chore: update sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 11, 2019
1 parent 4ee554a commit 2047ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clsx",
"version": "1.0.0",
"repository": "lukeed/clsx",
"description": "A tiny (200B) utility for constructing className strings conditionally.",
"description": "A tiny (199B) utility for constructing className strings conditionally.",
"unpkg": "dist/clsx.min.js",
"module": "dist/clsx.mjs",
"main": "dist/clsx.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# clsx [![Build Status](https://travis-ci.org/lukeed/clsx.svg?branch=master)](https://travis-ci.org/lukeed/clsx)

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

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

## Related

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

## License

Expand Down

0 comments on commit 2047ec9

Please sign in to comment.