]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix package link (#3750) [skip ci]
authoredtam <414689070@qq.com>
Wed, 12 May 2021 21:44:02 +0000 (05:44 +0800)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 21:44:02 +0000 (17:44 -0400)
packages/vue-compat/package.json

index 9d5ff60a5b303b88ed4bdc490f0270c4c4c12e76..08e167a862c34ad9d384c7391d8d4020231fb909 100644 (file)
@@ -26,7 +26,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/vuejs/vue.git"
+    "url": "git+https://github.com/vuejs/vue-next.git"
   },
   "keywords": [
     "vue"
@@ -34,9 +34,9 @@
   "author": "Evan You",
   "license": "MIT",
   "bugs": {
-    "url": "https://github.com/vuejs/vue/issues"
+    "url": "https://github.com/vuejs/vue-next/issues"
   },
-  "homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue-compat#readme",
+  "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue-compat#readme",
   "peerDependencies": {
     "vue": "3.1.0-beta.3"
   }