Skip to content

Commit 8a298f8

Browse files
committed
fix: align repository.url for provenance
1 parent 346cd0e commit 8a298f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-code-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/user/react-code-view.git",
39+
"url": "https://github.com/simonguo/react-code-view.git",
4040
"directory": "packages/react-code-view"
4141
},
4242
"scripts": {

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
],
8686
"repository": {
8787
"type": "git",
88-
"url": "https://github.com/user/react-code-view.git",
88+
"url": "https://github.com/simonguo/react-code-view.git",
8989
"directory": "packages/unplugin"
9090
},
9191
"publishConfig": {

0 commit comments

Comments
 (0)