Skip to content

Commit bb94432

Browse files
committed
fix(cli): fix wrong path
1 parent ca8f6de commit bb94432

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/cli/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "json-schema-documentation-cli",
33
"version": "0.5.1",
4-
"description": "Generate documentation for JSON schemas through a command line interface",
5-
"main": "cli.js",
4+
"description":
5+
"Generate documentation for JSON schemas through a command line interface",
6+
"main": "src/cli.js",
67
"scripts": {
78
"start": "node cli.js",
89
"test": "jest",

0 commit comments

Comments
 (0)