File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @react-docgen/cli" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " A CLI to extract information from React components for documentation generation." ,
5
- "repository" : " reactjs/react-docgen" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/reactjs/react-docgen.git" ,
8
+ "directory" : " packages/react-docgen-cli"
9
+ },
6
10
"type" : " module" ,
7
11
"bin" : {
8
12
"react-docgen" : " dist/cli.js"
Original file line number Diff line number Diff line change 2
2
"name" : " react-docgen" ,
3
3
"version" : " 6.0.0" ,
4
4
"description" : " A library to extract information from React components for documentation generation." ,
5
- "repository" : " reactjs/react-docgen" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/reactjs/react-docgen.git" ,
8
+ "directory" : " packages/react-docgen"
9
+ },
6
10
"type" : " module" ,
7
11
"browser" : {
8
12
"./dist/importer/fsImporter.js" : " ./dist/importer/ignoreImporter.js" ,
You can’t perform that action at this time.
0 commit comments