From e67922018f296f4c8cb2f0acce607a2719998ee4 Mon Sep 17 00:00:00 2001 From: Jonatan Svennberg Date: Thu, 23 Mar 2023 11:04:05 +0100 Subject: [PATCH] Rename `clsx.m.js` to `clsx.mjs`. Fixes #69. --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f2f743..ba9735f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index 8673322..00ee7ed 100644 --- a/readme.md +++ b/readme.md @@ -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`