Browse Source

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.
Philippe Serhal 1 week ago
parent
commit
7df0edd46c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/vue/package.json

+ 1 - 1
packages/vue/package.json

@@ -93,7 +93,7 @@
   "bugs": {
     "url": "https://github.com/vuejs/core/issues"
   },
-  "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
+  "homepage": "https://vuejs.org/",
   "dependencies": {
     "@vue/shared": "workspace:*",
     "@vue/compiler-dom": "workspace:*",