From 84991feedf032f94daf99d8fcce94a74f782af0f Mon Sep 17 00:00:00 2001 From: Last2014 Date: Mon, 13 Oct 2025 03:42:22 +0900 Subject: [PATCH] Fix: type in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f383db9..aa4dc29 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "https://last2014.com" }, "license": "MIT", - "module": "module", + "type": "module", "packageManager": "pnpm@10.17.0", "dependencies": { "@types/node": "^24.7.2",