Skip to content

Commit 7df0edd

Browse files
authored
docs: set homepage to vuejs.org (#14709)
`repository.url` and `bugs.url` already point to the repo. Since Vue has a homepage, point to it.
1 parent 2b7d39c commit 7df0edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"bugs": {
9494
"url": "https://github.com/vuejs/core/issues"
9595
},
96-
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
96+
"homepage": "https://vuejs.org/",
9797
"dependencies": {
9898
"@vue/shared": "workspace:*",
9999
"@vue/compiler-dom": "workspace:*",

0 commit comments

Comments
 (0)