Skip to content

Commit dec1fd7

Browse files
committed
fix entry point for cli
1 parent 8aee25f commit dec1fd7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/react-docgen-cli/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"name": "@react-docgen/cli",
33
"version": "1.0.0-alpha.0",
4-
"description": "A CLI and toolkit to extract information from React components for documentation generation.",
4+
"description": "A CLI to extract information from React components for documentation generation.",
55
"repository": "reactjs/react-docgen",
66
"type": "module",
77
"bin": {
8-
"react-docgen": "bin/react-docgen.js"
8+
"react-docgen": "dist/cli.js"
99
},
1010
"files": [
11-
"bin"
11+
"dist"
1212
],
1313
"engines": {
1414
"node": ">=14.17.0"
1515
},
1616
"scripts": {
17-
"build": "yarn g:tsc",
18-
"watch": "echo 'done'"
17+
"build": "yarn g:tsc"
1918
},
2019
"keywords": [
2120
"react",

0 commit comments

Comments
 (0)