From c017ff56007bc04877390e4dd1b533beab0ed5ea Mon Sep 17 00:00:00 2001 From: hiroki osame Date: Wed, 15 Feb 2023 02:42:16 -0500 Subject: [PATCH] fix: `bin` path outdated from `src` consolidation (#41) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50c3dcc..a433a60 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "files": [ "dist" ], - "bin": "dist/index.js", + "bin": "dist/cli.js", "scripts": { "build": "tsc", "lint": "eslint --cache ."