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