Skip to content

Commit

Permalink
Rename clsx.m.js to clsx.mjs. Fixes lukeed#69.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatansberg committed Mar 23, 2023
1 parent 4a4eadd commit e679220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.2.1",
"repository": "lukeed/clsx",
"description": "A tiny (228B) utility for constructing className strings conditionally.",
"module": "dist/clsx.m.js",
"module": "dist/clsx.mjs",
"unpkg": "dist/clsx.min.js",
"main": "dist/clsx.js",
"types": "clsx.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module is available in three formats:

* **ES Module**: `dist/clsx.m.js`
* **ES Module**: `dist/clsx.mjs`
* **CommonJS**: `dist/clsx.js`
* **UMD**: `dist/clsx.min.js`

Expand Down

0 comments on commit e679220

Please sign in to comment.