Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit e7281a8

Browse files
committed
Specify bin name
1 parent 1ac15b4 commit e7281a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cli/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@github-version-checker/cli",
33
"version": "2.3.0",
44
"description": "CLI version of github-version-checker",
5-
"bin": "./dist/index.js",
5+
"bin": {
6+
"github-version-checker": "./dist/index.js"
7+
},
68
"keywords": [
79
"version-checker",
810
"github-api"

0 commit comments

Comments
 (0)