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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/vuejs/vue.git" "url": "git+https://github.com/vuejs/vue-next.git"
}, },
"keywords": [ "keywords": [
"vue" "vue"
@ -34,9 +34,9 @@
"author": "Evan You", "author": "Evan You",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "peerDependencies": {
"vue": "3.1.0-beta.3" "vue": "3.1.0-beta.3"
} }