From da13e31d33adf4a581f7753e252f9e8c839f5573 Mon Sep 17 00:00:00 2001 From: CrabSAMA <40541269+CrabSAMA@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:19:49 +0800 Subject: [PATCH] fix: correct the incorrect 'module' field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4728eac3..b96b2b50 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "source": "src/index.ts", "bin": "bin/vue-i18n-extract.js", "main": "dist/vue-i18n-extract.umd.js", - "module": "dist/vue-i18n-extract.modern.js", + "module": "dist/vue-i18n-extract.modern.mjs", "types": "dist/index.d.ts", "files": [ "bin",