docs: fix the repo's link (#74)

Co-authored-by: zhanghj <zhanghj@getui.com>
This commit is contained in:
jawn-ha 2020-08-30 20:25:51 +08:00 committed by GitHub
parent cb8c76738a
commit 37af260a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
"version": "1.0.0-rc.2",
"description": "Babel plugin for Vue 3.0 JSX",
"author": "Amour1688 <lcz_1996@foxmail.com>",
"homepage": "https://github.com/vueComponent/jsx/tree/master/packages/babel-plugin-jsx#readme",
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/jsx.git"
"url": "git+https://github.com/vuejs/jsx-next.git"
},
"scripts": {
"dev": "npm run build && webpack-dev-server",
@ -17,7 +17,7 @@
"test": "npm run build && jest --coverage"
},
"bugs": {
"url": "https://github.com/vueComponent/jsx/issues"
"url": "https://github.com/vuejs/jsx-next/issues"
},
"files": [
"dist"