Skip to content

Commit f6515ec

Browse files
committed
fix(projects): fix repository url
1 parent 74a6831 commit f6515ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"url": "https://github.com/honghuangdc"
99
},
1010
"license": "MIT",
11-
"homepage": "https://github.com/soybeanjs/soybean-cli",
11+
"homepage": "https://github.com/soybeanjs/cli",
1212
"repository": {
13-
"url": "https://github.com/soybeanjs/soybean-cli.git"
13+
"url": "https://github.com/soybeanjs/cli.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/soybeanjs/soybean-cli/issues"
16+
"url": "https://github.com/soybeanjs/cli/issues"
1717
},
1818
"publishConfig": {
1919
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)