From 3011c5d5d007069bdef628bf83fd3a5b82a0ae28 Mon Sep 17 00:00:00 2001 From: JounQin Date: Mon, 10 Aug 2026 16:14:52 +0800 Subject: [PATCH] fix: `lexer.d.mts` was never published --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e1bbf8..0fe5171 100755 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ }, "files": [ "dist", - "lexer.d.ts" + "lexer.d.ts", + "lexer.d.mts" ], "repository": { "type": "git",