chore: update repo references

This commit is contained in:
Evan You
2022-01-18 16:58:05 +08:00
parent a883ce1296
commit f3f3650c20
4 changed files with 10 additions and 10 deletions

View File

@@ -3,12 +3,12 @@
"version": "1.1.1",
"description": "Babel plugin for Vue 3.0 JSX",
"author": "Amour1688 <lcz_1996@foxmail.com>",
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/jsx-next.git"
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
},
"scripts": {
"build": "rm -rf dist && tsc",
@@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"bugs": {
"url": "https://github.com/vuejs/jsx-next/issues"
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
},
"files": [
"dist"