From 4cae58a1d13003e6208d954b882d297b2462d775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=8C=8C=EB=A7=81?= Date: Thu, 30 Mar 2023 15:06:06 +0900 Subject: [PATCH] :bug: fix bin name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34b6b11..1f2b455 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "typescript": "^5.0.2" }, "bin": { - "adofai-typegen": "dist/index.cjs" + "adofai-typegen": "dist/index.js" }, "publishConfig": { "registry": "https://git.pikokr.dev/api/packages/pikokr/npm/"