chore: fix package link (#3750) [skip ci]

This commit is contained in:
edtam
2021-05-13 05:44:02 +08:00
committed by GitHub
parent b663aa8a81
commit 15450dc685

View 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"
}