Skip to content

Commit 937a578

Browse files
committed
fix(cli): fix wrong path
1 parent 6f8de8f commit 937a578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cli"
2525
],
2626
"bin": {
27-
"json-schema-documentation-cli": "./bin/cli"
27+
"json-schema-documentation-cli": "./bin/json-schema-documentation-cli"
2828
},
2929
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
3030
"license": "MIT",

0 commit comments

Comments
 (0)