Skip to content

Commit b4bd16a

Browse files
committed
fix repository link in package.json
1 parent 1af5e6b commit b4bd16a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/react-docgen-cli/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@react-docgen/cli",
33
"version": "1.0.0",
44
"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+
},
610
"type": "module",
711
"bin": {
812
"react-docgen": "dist/cli.js"

packages/react-docgen/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "react-docgen",
33
"version": "6.0.0",
44
"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+
},
610
"type": "module",
711
"browser": {
812
"./dist/importer/fsImporter.js": "./dist/importer/ignoreImporter.js",

0 commit comments

Comments
 (0)